plotTrafficLights: Function that creates a traffic lights plot for the outcome...

Description Usage Arguments Details Examples

Description

A function that creates a traffic lights plot for the outcome items.

Usage

1
plotTrafficLights(rriskModel,pdfGraph=FALSE)

Arguments

rriskModel

is an instance of the class modelClass

pdfGraph

decides whether the plot is as PDF data to be saved

Details

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

Examples

1
2
3
rriskModel <- init.Model1()
rriskModel<-run(rriskModel)
plotTrafficLights(rriskModel,useNotApplicable=TRUE, pdfGraph=FALSE)

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