[R] automatically jpeg output

2007-07-20 Thread Ding, Rebecca
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 jpeg

Re: [R] automatically jpeg output

2007-07-20 Thread Benilton Carvalho
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 could be

Re: [R] automatically jpeg output

2007-07-20 Thread Ted Harding
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)

Re: [R] automatically jpeg output

2007-07-20 Thread Ding, Rebecca
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(..., type=jpeg