[R] How to convert a graph into an image in R

David Winsemius dwinsemius at comcast.net
Wed Sep 19 08:10:54 CEST 2012


On Sep 18, 2012, at 10:57 PM, punitha wrote:

> In R, I want to convert the plotted graph into an image and save it, so that
> i can make use of it later.
> 

Generally the GUI's handle this with 'save as...' functions. but if you are in a console session then consult:

?Devices
?pdf
?png
?jpeg

-- 
David Winsemius, MD
Alameda, CA, USA




More information about the R-help mailing list