viewModelParameters {foreSIGHT} | R Documentation |
Prints the names and bounds of the parameters of the stochastic models
Description
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.
Usage
viewModelParameters(variable, modelType, modelParameterVariation)
Arguments
variable |
A string; the name of the variable. Type |
modelType |
A string; the model type. Use |
modelParameterVariation |
A string; the parameter variation. Use |
Details
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.
See Also
viewModels
, writeControlFile
Examples
viewModelParameters("P", "wgen", "annual")
viewModelParameters("P", "wgen", "harmonic")
[Package foreSIGHT version 1.2.0 Index]