menu.getItemsChooseModel: Function generating user menu for choosing a model from which...

Description Usage Arguments Details Examples

Description

This function generates the user menu for choosing a model from which items should be imported.

Usage

1
menu.getItemsChooseModel(rriskModel,rriskSessionModels,menuLevel=1)

Arguments

rriskModel

is an instance of the modelClass

rriskSessionModels

are the slot models of an rriskSession object

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
rriskSession <- init.rriskSession(useDemoModels = "all")
menu.getItemsChooseModel(rriskModel = rriskSession@models[[1]], 
rriskSession@models, menuLevel=1)

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