getVariables {PFIM} | R Documentation |
Return the variable of an ode model
Description
The class ModelODEBolus
defines information concerning the construction of an ode model bolus.
The class ModelODEBolus
inherits from the class ModelBolus
.
Usage
getVariables(object)
## S4 method for signature 'ModelODE'
getVariables(object)
## S4 method for signature 'ModelODEBolus'
getVariables(object)
## S4 method for signature 'ModelInfusion'
getVariables(object)
Arguments
object |
An object from the class Model. |
Value
Return the variable of an ode model
[Package PFIM version 6.1 Index]