How to convert a graph into an image in R
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