Description Usage Arguments Details Value Examples
plot method for objects of class rseg.
1 2 |
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.
1 2 3 4 | airq <- subset(airquality, !is.na(Ozone))
airct <- cseg(Ozone ~ ., data = airq)
airct
plot(airct)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.