plotUncertainties: Displaying scores of model uncertainties

Description Usage Arguments Details Examples

Description

Displaying scores of model uncertainties

Usage

1
2
plotUncertainties(uncertMatrix, maintext="ModelUncertainties",
modelSsystem,useNotApplicable=TRUE,pdfGraph=FALSE,modelName=NULL)

Arguments

uncertMatrix

numerical matrix, output of the function uncertainties2matrix

maintext

character string, plot title

modelSsystem

an instance of the modelScoringClass containing scoring system of the rrisk model

useNotApplicable

logical defining whether 'not applicable' scores should be plotted, useNotApplicable=c(TRUE,FALSE)

pdfGraph

logical defining whether a pdf file should be created, pdfGraph=c(TRUE,FALSE)

modelName

name of the model

Details

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

Examples

1
2
3
4
5
6
7
8
9
rriskModel<-init.Model1()
uncertMatrix<-uncertainties2matrix(rriskModel@uncertainties@uncertainties[1:9],
 rriskModel@scoring) 
plotUncertainties(uncertMatrix,modelSsystem=rriskModel@scoring, 
 useNotApplicable=FALSE)
plotUncertainties(uncertMatrix,modelSsystem=rriskModel@scoring, 
 useNotApplicable=TRUE)
plotUncertainties(uncertMatrix,modelSsystem=rriskModel@scoring, 
 useNotApplicable=TRUE,pdfGraph=TRUE)

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