An embedded and charset-unspecified text was scrubbed... Name: not available Url: https://stat.ethz.ch/pipermail/r-help/attachments/20060216/4da945f0/attachment.pl
how to directly print plots to printer?
3 messages · Michael, Uwe Ligges
An embedded and charset-unspecified text was scrubbed... Name: not available Url: https://stat.ethz.ch/pipermail/r-help/attachments/20060216/a8fc8adf/attachment.pl
Michael wrote:
I am trying to follow the following code examples... I am using the latest Rgui on Windows... After I issued the first command "win.print()", my R console hung completly... What's wrong? ----------------------------------------------
Works for me: win.print() # you have to confirm printing in the dialog plot(1:10) plot(1:20) dev.off() # 2 sheets are printed. Uwe Ligges
On 2/16/06, Michael <comtech.usa at gmail.com> wrote:
Hi all, How do I directly send plots to printer, instead of showing them on the screen device? That's to say, with my current code for ploting on screen device, how to modify a few lines to send automatically the plots to the printer? If that's not doable in R, could it be possible to automatically generate a multi-page PDF file for all the plots, so that I can print one singal PDF file to the printer manually later? thanks a lot!
[[alternative HTML version deleted]]
______________________________________________ R-help at stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html