menu.getTopics: Function listing all available topics of a rrisk model, from...

Description Usage Arguments Details Examples

Description

This function offers the user to import external topics into the current model.

Usage

1
menu.getTopics(rriskModel,rriskModelFrom,menuLevel=1)

Arguments

rriskModel

is the rrisk model where the parts are to be exported to

rriskModelFrom

is the rrisk model from which the items are exported

menuLevel

is a numeric value that indicates the load of the current menu

Details

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

Examples

1
2
3
emptyModel<-new("modelClass")
rriskModel<-init.Model1()
menu.getTopics(rriskModel=emptyModel,rriskModelFrom=rriskModel,menuLevel=1)

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