Learn R Programming

dMod (version 1.0.0)

getParameters: Extract the parameters of an object

Description

Extract the parameters of an object

Usage

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)

Arguments

...

objects from which the parameters should be extracted

conditions

character vector specifying the conditions to which getParameters is restricted

x

object from which the parameters are extracted

Value

The parameters in a format that depends on the class of x.