An equation list stores an ODE in a list format. The function translates this list into the right-hand sides of the ODE.
as.eqnvec(x, ...)# S3 method for character
as.eqnvec(x = NULL, names = NULL, ...)
# S3 method for eqnlist
as.eqnvec(x, ...)
object of class character
or eqnlist
arguments going to the corresponding methods
character, the left-hand sides of the equation
object of class eqnvec.
If x
is of class eqnlist
, getFluxes is called and coerced
into a vector of equations.