[R] multiple plot devices
ozric@web.de
ozric at web.de
Tue Apr 16 08:36:18 CEST 2002
Hello,
sorry but i found no way or help to work
with multiple graph devices (Rdocs,SearchIndex).
When is use the function only the graphic device of the last variable is open.
How is it possible to let the several plot-device open or save this in a file with different names ?
(win 2000 - R1.4.1)
thanks for advance
& regards,Christian
normal <- function(x) {
par(mfrow=c(2,2))
hist(x)
boxplot(x)
sd <- summary(x)[5] - summary(x)[2]
plot(density(x,width=2*sd),xlab="x",ylab="",type="l")
qqnorm(x)
qqline(x)
}
apply(data,2,normal)
______________________________________________________________________________
Für ganz Eilige: Lotto per Quicktipp! Klick und weg!
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !) To: r-help-request at stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
More information about the R-help
mailing list