[BioC] Questions about R on linux

Saroj Mohapatra saroj at wayne.edu
Mon Jun 20 18:53:53 CEST 2005


> 
> is there a way to save a plot to a file?  i've tried dev.print and
> dev.copy to no avail.
> 

 jpeg(file="my.jpg")
 plot(rnorm(100))
 dev.off()

The plot of random numbers have been saved to a file called my.jpg

-- Saroj



More information about the Bioconductor mailing list