|
5 | 5 | #' @param template Template file used to generate worldfile for RHESSys. Generic strucutre is: |
6 | 6 | #' <state variable> <operator> <value/map>. Levels are difined by lines led by "_", structured |
7 | 7 | #' <levelname> <map> <count>. Whitespace and tabs are ignored. Maps referred to must be supplied |
8 | | -#' by your chosen method of data input(GRASS or raster), set using the "type" arguement. |
| 8 | +#' by your chosen method of data input(raster), set using the "type" arguement. |
9 | 9 | #' @param name The base name (and potentially, path as well) to be used for your ouput files. |
10 | 10 | #' This will create a world file called "<name>.world", and a flow table called "<name>.flow". |
11 | 11 | #' @param type Input file type to be used. Default is raster. "Raster" type will use rasters |
12 | 12 | #' in GeoTiff or equivalent format (see Raster package), with file names matching those indicated in the template. |
13 | | -#' ASCII is supported, but 0's cannot be used as values for data. "GRASS" will attempt to autodetect the version of |
14 | | -#' GRASS GIS being used (6.x or 7.x). GRASS GIS type can also be set explicitly to "GRASS6" or "GRASS7". |
| 13 | +#' ASCII is supported, but 0's cannot be used as values for data. |
15 | 14 | #' @param typepars Parameters needed based on input data type used. If using raster type, typepars should be a string |
16 | 15 | #' indicating the path to a folder containing the raster files that are referenced by the template. |
17 | | -#' For GRASS GIS type, typepars is a vector of 5 character strings. GRASS GIS parameters: gisBase, home, gisDbase, location, mapset. |
18 | | -#' Example parameters are included in an example script included in this package. See initGRASS help |
19 | | -#' for more info on parameters. |
20 | 16 | #' @param streams Streams map to be used in building the flowtable. |
21 | 17 | #' @param overwrite Overwrite existing worldfile. FALSE is default and prompts a menu if worldfile already exists. |
22 | 18 | #' @param roads Roads map, an optional input for flowtable creation. |
|
0 commit comments