Extract the parameters of an object
getParameters(..., conditions = NULL)# S3 method for odemodel
getParameters(x, conditions = NULL)
# S3 method for fn
getParameters(x, conditions = NULL)
# S3 method for parvec
getParameters(x, conditions = NULL)
# S3 method for prdframe
getParameters(x, conditions = NULL)
# S3 method for prdlist
getParameters(x, conditions = NULL)
# S3 method for eqnlist
getParameters(x)
# S3 method for eventlist
getParameters(x)
objects from which the parameters should be extracted
character vector specifying the conditions to
which getParameters
is restricted
object from which the parameters are extracted
The parameters in a format that depends on the class of x
.