getParameters: Extract the parameters of an object

Description Usage Arguments Value

View source: R/classes.R

Description

Extract the parameters of an object

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
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.


dMod documentation built on Jan. 27, 2021, 1:07 a.m.