Full_Name: Hsiu-Khuern Tang
Version: 2.0.0
OS: Debian GNU/Linux
Submission from: (NULL) (156.153.255.236)


Hi all,

If fit is an rpart object,
plot(fit, uniform=TRUE)
ignores uniform=TRUE if the graphics device is not already open.

To reproduce this:

library("rpart")
example(plot.rpart)
dev.off()   # <- works OK without this
plot(fit, uniform=TRUE)   # <- uniform=TRUE is ignored

Hsiu-Khuern.

______________________________________________
[EMAIL PROTECTED] mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel

Reply via email to