viewModelParameters: Prints the names and bounds of the parameters of the...

View source: R/default_parameters.R

viewModelParametersR 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 viewModels() to view valid variable names

modelType

A string; the model type. Use viewModels to view the valid values.

modelParameterVariation

A string; the parameter variation. Use viewModels to view the valid values.

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")

foreSIGHT documentation built on Oct. 19, 2023, 9:08 a.m.