Learn R Programming

foreSIGHT (version 1.0.0)

viewDefaultOptimArgs: Prints the default optimisation arguments

Description

viewDefautOptimArgs() prints the default values of optimisation arguments (optimisationArguments) used by generateScenarios

Usage

viewDefaultOptimArgs()

Arguments

Details

The function does not take any input arguments. This a helper function that prints the default values of the optimisation arguments. The user may specify alternate values of these arguments in fields named according to the corresponding argument name nested under optimisationArguments in a JSON file to use as the controlFile input to the generateScenarios function.

See Also

writeControlFile

Examples

Run this code
# To view the default optimisation arguments
viewDefaultOptimArgs()

Run the code above in your browser using DataLab