varmapToList {simplace} | R Documentation |
Converts the varmap to a list
Description
Converts the varMap to a list. All elements are converted to appropriate R objects. Arrays are expanded to vectors by default.
Usage
varmapToList(varmap, expand = TRUE)
Arguments
varmap |
the varMap returned by |
expand |
if |
Value
list with parameter name as key and parameter value as value
Examples
## Not run:
simplace <- initSimplace(SimplaceInstallationDir,SimplaceWorkDir,SimplaceOutputDir)
openProject(simplace, Solution)
createSimulation(simplace)
varmap <- stepSimulation(simplace,count=22)
closeProject(simplace)
varlist <- varmapToList(varmap)
varlist$startdate - 365
varlist$LintulBiomass.sWSO
## End(Not run)
[Package simplace version 5.0.13 Index]