eqnvec: Generate equation vector object

Description Usage Arguments Value See Also Examples

View source: R/classes.R

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

1
2
3

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

1
2
3
v <- eqnvec(y = "2*x + offset")
print(v)
is.eqnvec(v)

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