Description Usage Arguments Value
View source: R/classes.R View source: R/classes.R
Extract the equations of an object
1 2 3 4 5 6 7 8 9 10 | getEquations(x, conditions = NULL)
## S3 method for class 'odemodel'
getEquations(x, conditions = NULL)
## S3 method for class 'prdfn'
getEquations(x, conditions = NULL)
## S3 method for class 'fn'
getEquations(x, conditions = NULL)
|
x |
object from which the equations should be extracted |
conditions |
character or numeric vector specifying the conditions to
which |
The equations as list of eqnvec
objects.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.