Description Usage Arguments Value
Extract the parameters of an object
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | getParameters(..., conditions = NULL)
## S3 method for class 'odemodel'
getParameters(x, conditions = NULL)
## S3 method for class 'fn'
getParameters(x, conditions = NULL)
## S3 method for class 'parvec'
getParameters(x, conditions = NULL)
## S3 method for class 'prdframe'
getParameters(x, conditions = NULL)
## S3 method for class 'prdlist'
getParameters(x, conditions = NULL)
## S3 method for class 'eqnlist'
getParameters(x)
## S3 method for class 'eventlist'
getParameters(x)
|
... |
objects from which the parameters should be extracted |
conditions |
character vector specifying the conditions to
which |
x |
object from which the parameters are extracted |
The parameters in a format that depends on the class of x
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.