View source: R/default_parameters.R
viewModelParameters | R Documentation |
viewModelParameters
prints the names of the parameters of the stochastic model and its default minimum and maximum bounds.
The stochastic model is specified using the function arguments.
viewModelParameters(variable, modelType, modelParameterVariation)
variable |
A string; the name of the variable. Type |
modelType |
A string; the model type. Use |
modelParameterVariation |
A string; the parameter variation. Use |
The available stochastic models can be viewed using the function viewModels()
.
This function prints the default ranges of the parameters of the stochastic model specified the
stochastic model of interest.
viewModels
, writeControlFile
viewModelParameters("P", "wgen", "annual")
viewModelParameters("P", "wgen", "harmonic")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.