getmodelPar: getmodelPar

Description Usage Arguments Details Value Author(s) Examples

Description

extract the slot of the modelPar object.

Usage

1
2
3
4
5
6
7
8
9
getmodelPar(modelPar, item, item_sub)

getmodelPar.title(modelPar, item_sub)

getmodelPar.time(modelPar, item_sub)

getmodelPar.univ(modelPar, item_sub)

getmodelPar.factor(modelPar, item_sub)

Arguments

modelPar

a modelPar object

item

character string, giving the slot name of the modelPar

item_sub

character string, giving the sub-slot name of the specific slot of modelPar.If missing, then the whole slot will be extracted.

Details

there are two types of extracting methods: getmodelPar can extract any slot and any sub-slot, where as getmodelPar.foo can extract the foo solt and the sub-slots of foo only.

Value

the slots or sub-slots of the modelPar object.

Author(s)

Ruifei.Yin

Examples

1
2
3
4
5
modelPar <- modelPar.default()
getmodelPar(modelPar,"title","modelID")
getmodelPar(modelPar,"title")
getmodelPar.title(modelPar,"modelID")
getmodelPar.title(modelPar)

raphael210/RFactorModel documentation built on May 26, 2019, 11:06 p.m.