setOdeSolverParameters {PFIM} | R Documentation |
Set the parameters of the ode solver.
Description
Set the parameters of the ode solver.
Usage
setOdeSolverParameters(object, odeSolverParameters)
## S4 method for signature 'Model'
setOdeSolverParameters(object, odeSolverParameters)
Arguments
object |
An object from the class Model. |
odeSolverParameters |
A list giving the parameters of the ode solver. |
Value
The model with the updated parameters of the ode solver.
[Package PFIM version 6.0.3 Index]