Learn R Programming

foreSIGHT (version 1.0.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, compatibleAtts = FALSE)

Arguments

variable

String; the variable name. Type viewModels() without arguments to view the valid variable names.

compatibleAtts

TRUE/FALSE (default is FALSE). Whether the attributes compatible with each model should be printed.

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