isModelODE {PFIM} | R Documentation |
Test if a mode is ode.
Description
Test if a mode is ode.
Usage
isModelODE(object)
## S4 method for signature 'Model'
isModelODE(object)
Arguments
object |
An object from the class Model. |
Value
Return a Boolean giving if the mode is ode or not.
[Package PFIM version 6.0.3 Index]