Learn R Programming

OrdLogReg (version 1.1)

plot.Ord.logreg: Plot an Ord.logreg Object

Description

Plots the trees in an Ord.logreg object.

Usage

"plot"(x, one.plot = TRUE, ...)

Arguments

x
An object of class Ord.logreg.
one.plot
logical. If one.plot=TRUE, up to 4 trees are plotted in the same graphics window. If there are more than 4 trees in the model, 4 trees are plotted in each graphic window. If one.plot=FALSE, al trees are plotted in separate graphics windows.
...
Not currently used.

See Also

Ord.logreg

Examples

Run this code
data(OLRmod)

#Plotting all trees in the same window
plot(OLRmod)

#Plotting all trees in separate windows
plot(OLRmod, one.plot=FALSE)

Run the code above in your browser using DataLab