plotTree: Function that draws a regression tree plot

Description Usage Arguments Details Examples

Description

A function that creates a regression tree plot.

Usage

1
plotTree(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)
plotTree(rriskModel,pdfGraph=FALSE)  

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