Is there a way to solve that problem?
Thanks.
-Original Message-
From: Benilton Carvalho [mailto:[EMAIL PROTECTED]
Sent: Friday, July 20, 2007 11:45 AM
To: Ding, Rebecca
Cc: R-help@stat.math.ethz.ch
Subject: Re: [R] automatically jpeg output
jpeg(...) ##if you have X11
bitmap(...,
On 20-Jul-07 15:34:00, Ding, Rebecca wrote:
> Dear R users,
>
> I used R to draw many histograms and I would like to automatically save
> them into a jpeg file. I tried the following code since I know .ps file
> could be saved like this way:
>
> postscript("AYA_ELA.jpeg",horizontal=F,onefile=T)
>
jpeg(...) ##if you have X11
bitmap(..., type="jpeg") ##otherwise
b
On Jul 20, 2007, at 11:34 AM, Ding, Rebecca wrote:
> Dear R users,
>
> I used R to draw many histograms and I would like to automatically
> save
> them into a jpeg file. I tried the following code since I know .ps
> file
> co
Dear R users,
I used R to draw many histograms and I would like to automatically save
them into a jpeg file. I tried the following code since I know .ps file
could be saved like this way:
postscript("AYA_ELA.jpeg",horizontal=F,onefile=T)
..#some funtions inside here
dev.off()
There was a jpe