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

Description Usage Arguments Author(s) See Also Examples

View source: R/plot.Ord.logreg.R

Description

Plots the trees in an Ord.logreg object.

Usage

1
2
## S3 method for class 'Ord.logreg'
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.

Author(s)

Bethany Wolf wolfb@musc.edu

See Also

Ord.logreg

Examples

1
2
3
4
5
6
7
data(OLRmod)

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

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

OrdLogReg documentation built on May 29, 2017, 10:29 p.m.