View source: R/controlFileFunctions.R
viewModels | R Documentation |
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
.
viewModels(variable = NULL)
variable |
String; the variable name. Type |
writeControlFile
, generateScenarios
# 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")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.