as.eqnvec: Coerce to an equation vector

Description Usage Arguments Details Value

View source: R/eqnClass.R

Description

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

Usage

1
2
3
4
5
6
7
as.eqnvec(x, ...)

## S3 method for class 'character'
as.eqnvec(x = NULL, names = NULL, ...)

## S3 method for class 'eqnlist'
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

Details

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

Value

object of class eqnvec.


dMod documentation built on Jan. 27, 2021, 1:07 a.m.