plotOFHistogram: Function that draws a histogram

Description Usage Arguments Details Examples

Description

A function that creates a histogram.

Usage

1
plotOFHistogram(rriskModel,pdfGraph=FALSE)

Arguments

rriskModel

is an instance of the class modelClass

pdfGraph

decides whether the histogram 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)
plotOFHistogram(rriskModel,pdfGraph=FALSE)  

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