getEquations {dMod} | R Documentation |
Extract the equations of an object
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)
x |
object from which the equations should be extracted |
conditions |
character or numeric vector specifying the conditions to
which |
The equations as list of eqnvec
objects.