View source: R/utilities-scenarios.R
runScenarios | R Documentation |
Run a set of scenarios.
runScenarios(scenarios, simulationRunOptions = NULL)
scenarios |
List of |
simulationRunOptions |
Object of type |
If simulation of a scenario fails, a warning is produced, and the outputValues
for this scenario is NULL
.
A named list, where the names are scenario names, and the values are
lists with the entries simulation
being the initialized Simulation
object with applied parameters,
results
being SimulatioResults
object produced by running the simulation,
outputValues
the output values of the SimulationResults
, and population
the Population
object if the scenario is a population simulation.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.