[R] Save data as .pdf or .JPG

lanczos at fns.uniba.sk lanczos at fns.uniba.sk
Sat Sep 4 21:48:14 CEST 2010


On Sat, 2010-09-04 at 13:57 -0500, Paul Johnson wrote:
On Wed, Sep 1, 2010 at 7:56 AM, khush ........ <bioinfo.khush at gmail.com>
wrote:
> > Hi all ,
> >
> > I have following script to plot some data.
> >
> > plot( c(1,1100), c(0,15), type='n', xlab='', ylab='', ylim=c(0.1,25) ,
> > las=2)
> > axis (1, at = seq(0,1100,50), las =2)
> > axis (2, at = seq(0,25,1), las =2)
> >>
> > When I source("script.R"), I got the image on interface but I do not
want to
> > use screenshot option to save the image? How can save the output to
.pdf or
> > .jpg format?
> >
> > Thank you
> > Khushwant
>
> Hi!  This is one of the things that is difficult for newcomers. I've
> written down a pretty thorough answer:
>
> http://pj.freefaculty.org/R/Rtips.html#5.2
>
>
> pj
>
Very nice text, indeed. As my 2 cents I strongly recommend to use for
graphs the .png format, .jpg is primarily designed for photographs.

Have a nice time

Tomas



More information about the R-help mailing list