Create Scenario
objects from ScenarioConfiguration
objects
Source: R/utilities-scenarios.R
createScenarios.Rd
Load simulation. Apply parameters from global XLS. Apply individual physiology. Apply individual model parameters. Set simulation outputs. Set simulation time. initializeSimulation(). Create population
Usage
createScenarios(
scenarioConfigurations,
customParams = NULL,
stopIfParameterNotFound = TRUE
)
Arguments
- scenarioConfigurations
List of
ScenarioConfiguration
objects to be simulated.- 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
TRUE
(default) and a custom parameter is not found, an error is thrown. IfFALSE
, non-existing parameters are ignored.