readDefaultConfig {gms} | R Documentation |
Reads the default configuration of the model. Uses default.cfg or main.cfg as the source as appropriate.
To read a configuration from YAML format, use loadConfig
instead.
readDefaultConfig(path)
path |
path of the main folder of the model |
A vector of parameter values and their names.
Mika Pflüger