plot.rseg {rseg}R Documentation

Plot objects of class rseg

Description

plot method for objects of class rseg.

Usage

## S3 method for class 'rseg'
plot(x, ...)

Arguments

x

an object of class rseg fit by cseg, eseg or rseg.

...

additional arguments passed to plot.constparty.

Details

Does currently not support plotting of multivariate outcomes and censored outcomes for eseg and rseg.

Value

Plot of a rseg object.

Examples

airq <- subset(airquality, !is.na(Ozone))
airct <- cseg(Ozone ~ ., data = airq)
airct
plot(airct)

[Package rseg version 0.2.2 Index]