[R] Save data as .pdf or .JPG

Paul Johnson pauljohn32 at gmail.com
Sat Sep 4 20:57:51 CEST 2010


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
-- 
Paul E. Johnson
Professor, Political Science
1541 Lilac Lane, Room 504
University of Kansas



More information about the R-help mailing list