getInitialConditions {PFIM} | R Documentation |
getInitialConditions
Description
Get the initial condition for the evaluation of an ode model.
Usage
getInitialConditions(object)
## S4 method for signature 'Arm'
getInitialConditions(object)
## S4 method for signature 'Model'
getInitialConditions(object)
Arguments
object |
An object |
Value
The list initialConditions
for the object Arm
.
[Package PFIM version 6.0.3 Index]