(PR#7361) plot.rpart ignores uniform=TRUE if graphics device is not open
Yes. It sets it on a per-device basis. Please do read the FAQ, and don't make non-maintainer reports of non-bugs.
On Fri, 12 Nov 2004 htang@hpl.hp.com wrote:
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.
______________________________________________ R-devel@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-devel
Brian D. Ripley, ripley@stats.ox.ac.uk Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/ University of Oxford, Tel: +44 1865 272861 (self) 1 South Parks Road, +44 1865 272860 (secr) Oxford OX1 3TG, UK Fax: +44 1865 272595