Extract the equations of an object
getEquations(x, conditions = NULL)# S3 method for odemodel
getEquations(x, conditions = NULL)
# S3 method for prdfn
getEquations(x, conditions = NULL)
# S3 method for fn
getEquations(x, conditions = NULL)
object from which the equations should be extracted
character or numeric vector specifying the conditions to
which getEquations
is restricted. If conditions
has length one,
the result is not returned as a list.
The equations as list of eqnvec
objects.