Learn R Programming

dMod (version 0.3.2)

getParameters: Extract the parameters of an object

Description

Extract the parameters of an object

Usage

getParameters(x, 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, ...)

Arguments

x

object from which the parameters should be extracted

conditions

character vector specifying the conditions to which getParameters is restricted

...

additional arguments (not used right now)

Value

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