getEquations {dMod} | R Documentation |
Extract the equations of an object
Description
Extract the equations of an object
Usage
getEquations(x, conditions = NULL)
## S3 method for class 'odemodel'
getEquations(x, conditions = NULL)
## S3 method for class 'prdfn'
getEquations(x, conditions = NULL)
## S3 method for class 'fn'
getEquations(x, conditions = NULL)
Arguments
x |
object from which the equations should be extracted |
conditions |
character or numeric vector specifying the conditions to
which |
Value
The equations as list of eqnvec
objects.
[Package dMod version 1.0.2 Index]