[Rd] plot.rpart ignores uniform=TRUE if graphics device is not open
(PR#7361)
htang at hpl.hp.com
htang at hpl.hp.com
Fri Nov 12 01:00:05 CET 2004
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.
More information about the R-devel
mailing list