[R] paper size
Uwe Ligges
ligges at statistik.uni-dortmund.de
Thu Jun 8 09:29:22 CEST 2000
> Sorry for not making myself clear. I am actually using the print
> manual to print instead of win.print. When I tried to print with
> win.print, I was not able to send the print job to the printer. Why?
>From Prof Ripley:
win.print(width=8, height=10.5)
## Here you will be asked to print to which printer
par(mfrow=c(3,2))
for(i in 1:6) plot(1:10)
dev.off() ## Here the plot will be send to the printer
You _cannot_ say e.g.
plot(1:10)
win.print(.....) ## This opens the device only.
win.print(.) is a "device", not a function to print the opened device.
Uwe Ligges
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
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