Message-ID: <43F57B2F.5030800@statistik.uni-dortmund.de>
Date: 2006-02-17T07:28:47Z
From: Uwe Ligges
Subject: how to directly print plots to printer?
In-Reply-To: <b1f16d9d0602162222j785934c4vc2e4cd8deaad7e6e@mail.gmail.com>
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