Learn R Programming

dMod (version 0.3.1)

as.eqnvec: Coerce to an equation vector

Description

Coerce to an equation vector

Generate equation vector object

An equation list stores an ODE in a list format. The function translates this list into the right-hand sides of the ODE.

Usage

as.eqnvec(x, ...)
"as.eqnvec"(x = NULL, names = NULL, ...)
"as.eqnvec"(x, ...)

Arguments

x
object of class character or eqnlist
...
arguments going to the corresponding methods
names
character, the left-hand sides of the equation

Value

object of class eqnvec.

Details

If x is of class eqnlist, getFluxes is called and coerced into a vector of equations.