Learn R Programming

dMod (version 0.3.1)

eqnvec: Generate equation vector object

Description

The eqnvec object stores explicit algebraic equations, like the right-hand sides of an ODE, observation functions or parameter transformations as named character vectors.

Usage

eqnvec(...)
is.eqnvec(x)

Arguments

...
mathematical expressions as characters to be coerced, the right-hand sides of the equations
x
obect of any class

Value

object of class eqnvec, basically a named character.

See Also

eqnlist

Examples

Run this code
v <- eqnvec(y = "2*x + offset")
print(v)
is.eqnvec(v)

Run the code above in your browser using DataLab