viewModels {foreSIGHT} | R Documentation |
Prints the available stochastic model options
Description
viewModels
prints the stochastic model options available for the different hydroclimatic variables in foreSIGHT.
These options may be used to create an controlFile for input to function generateScenarios
.
Usage
viewModels(variable = NULL)
Arguments
variable |
String; the variable name. Type |
See Also
writeControlFile
, generateScenarios
Examples
# To view the valid variable names use the function without arguments
viewModels()
# Examples to view the model options available for different variables
viewModels("P")
viewModels("Temp")
viewModels("Radn")
viewModels("PET")
[Package foreSIGHT version 1.2.0 Index]