getOdeSolverParameters {PFIM} | R Documentation |
getOdeSolverParameters
Description
Get the parameters for the ode solvers of an object.
Usage
getOdeSolverParameters(object)
## S4 method for signature 'Model'
getOdeSolverParameters(object)
## S4 method for signature 'PFIMProject'
getOdeSolverParameters(object)
Arguments
object |
An object defined form a class of PFIM. |
Value
The list giving the parameters for the ode solvers.
[Package PFIM version 6.0.3 Index]