menu.getChoiceOfItems: Function listing all available parts of a rrisk model, from...

Description Usage Arguments Details Examples

Description

This function lists all available items of a rrisk model, from which it offers the user to choose and saves the choice of the user.

Usage

1
menu.getChoiceOfItems(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 parts 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.getChoiceOfItems(rriskModel=emptyModel,rriskModelFrom=rriskModel,menuLevel=1)

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