Learn R Programming

foreSIGHT (version 1.2.0)

viewModels: 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 viewModels() without arguments to view the valid variable names.

See Also

writeControlFile, generateScenarios

Examples

Run this code
# 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")

Run the code above in your browser using DataLab