Learn R Programming

SPOT (version 2.11.10)

plot.spotTreeModel: Plot rpart tree model

Description

Simple plot of the model produced by buildTreeModel.

Usage

# S3 method for spotTreeModel
plot(x, ...)

Arguments

x

tree model (settings and parameters) of class spotTreeModel.

...

parameters passed to plot function

Details

A nicer plot can be generated with the plotnice() function from the SPOTMisc package.