getItems: Function that imports slots 'items' from another 'modelClass'...

Description Usage Arguments Details Examples

Description

Function that imports items from another modelClass object

Usage

1
2
getItems(rriskModel,rriskModelFrom,
     itemsToImportIndex=1:length(rriskModelFrom@items@items))

Arguments

rriskModel

the rrisk model the items to be exported to

rriskModelFrom

the rrisk model from which the parts are exported

itemsToImportIndex

index of all items in the rriskModelFrom object

Details

This function is not intended to be called directly but is internally called during rrisk session.

Examples

1
2
3
rriskModel<-new("modelClass")
rriskModelFrom<-init.Model1()
getItems(rriskModel,rriskModelFrom)

BfRstats/rrisk documentation built on May 5, 2019, 3:49 p.m.