eqnvec {dMod} | R Documentation |
The eqnvec object stores explicit algebraic equations, like the right-hand sides of an ODE, observation functions or parameter transformations as named character vectors.
eqnvec(...)
is.eqnvec(x)
... |
mathematical expressions as characters to be coerced, the right-hand sides of the equations |
x |
obect of any class |
object of class eqnvec
, basically a named character.
v <- eqnvec(y = "2*x + offset")
print(v)
is.eqnvec(v)