getParameters {dMod} | R Documentation |
Extract the parameters of an object
Description
Extract the parameters of an object
Usage
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)
Arguments
... |
objects from which the parameters should be extracted |
conditions |
character vector specifying the conditions to
which |
x |
object from which the parameters are extracted |
Value
The parameters in a format that depends on the class of x
.
[Package dMod version 1.0.2 Index]