View source: R/readRSMParameters.R
readRSMParameters | R Documentation |
Reads parameters from RSMinerve parameter file
readRSMParameters(filepath)
filepath |
Character with path to file to read. |
The suported RSMInerve objects are described in the vignette
Overview Objects.
'parameters' contains 6 columns:
'Object' (character) identifying the RSMinerve object type (e.g.
Station). See Vignette Parameters for more information on the objects
available in RSMinerveR.
'Name' is the user specified name of the object in the RSMinerve model
(e.g. Meteo station A).
'Zone' is the name of the zone an object is assigned to (e.g. "A").
'Parameters' names all parameters for each object (e.g. X \[m\], Y \[m\],
etc.). The parameter names are the same as in the RS Minerve parameter
file. See Vignette Parameters for more information on the parameters of
the available objects in RSMinerveR.
'Values' contains the parameter values as numerics (e.g. 4500, 3000).
Tibble containing all parameters read from file.
Other RS Minerve IO:
getChunkSize()
,
load_minerve_input_csv()
,
readDBCSV()
,
readForcingCSV()
,
readForcingSTR()
,
readResultCSV()
,
readResultDST()
,
readSelectionCHK()
,
translateCSVtoDST()
,
writeRSMParameters()
,
writeSelectionCHK()
## Not run: filepath <- normalizePath(file.path("Tutorial_Parameters.txt")) params <- readRSMParameters(filepath) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.