View source: R/utilities-scenarios.R
createScenarios | R Documentation |
Scenario
objects from ScenarioConfiguration
objectsLoad simulation. Apply parameters from global XLS. Apply individual physiology. Apply individual model parameters. Set simulation outputs. Set simulation time. initializeSimulation(). Create population
createScenarios(
scenarioConfigurations,
customParams = NULL,
stopIfParameterNotFound = TRUE
)
scenarioConfigurations |
List of |
customParams |
A list containing vectors 'paths' with the full paths to the parameters, 'values' the values of the parameters, and 'units' with the units the values are in. The values to be applied to the model. |
stopIfParameterNotFound |
Boolean. If |
Named list of Scenario
objects.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.