setInitialConditions | R Documentation |
Set the initial conditions of a ode model.
setInitialConditions(object, initialConditions)
## S4 method for signature 'Arm'
setInitialConditions(object, initialConditions)
## S4 method for signature 'Model'
setInitialConditions(object, initialConditions)
object |
An object from the class Model. |
initialConditions |
A list giving the initial conditions. |
The model with the updated initial conditions.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.