plot.rseg {rseg} | R Documentation |
rseg
plot
method for objects of class rseg
.
## S3 method for class 'rseg' plot(x, ...)
x |
an object of class |
... |
additional arguments passed to plot.constparty. |
Does currently not support plotting of multivariate outcomes and censored outcomes for eseg and rseg.
Plot of a rseg
object.
airq <- subset(airquality, !is.na(Ozone)) airct <- cseg(Ozone ~ ., data = airq) airct plot(airct)