getParameters: Extract the parameters of an object

View source: R/classes.R

getParametersR 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 getParameters is restricted

x

object from which the parameters are extracted

Value

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


dkaschek/dMod documentation built on April 23, 2024, 5:18 p.m.