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

Description Usage Arguments Details Examples

Description

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

Usage

1
menu.getChoiceOfParts(rriskModel,rriskModelFrom,menuLevel=1,onlyItems=FALSE)

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

onlyItems

decides whether only items are to be exported

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.getChoiceOfParts(emptyModel,rriskModel,menuLevel=1,onlyItems=FALSE) 

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