Create a new simulation from a simulation configuration
Source:R/utilities-simulation.R
createSimulation.RdCreate a new simulation from a simulation configuration
Usage
createSimulation(
simulationName,
simulationConfiguration,
createAllProcessRateParameters = FALSE,
showWarnings = FALSE
)Arguments
- simulationName
Name of the simulation.
- simulationConfiguration
An instance of
SimulationConfigurationthat defines the simulation.- createAllProcessRateParameters
If
TRUE, process rate parameters will be created for all reactions and transport processes.- showWarnings
If
TRUE, warnings generated during simulation creation will be shown as R warnings. Default isFALSE.