Saving R Graph to a file
On Sun, Nov 4, 2012 at 1:18 PM, frespider <frespider at hotmail.com> wrote:
Hi guys, I really appreciated all your responds, I made mistake on my example below hwere I wrote device.off() where it should be dev.off(). I read all the help documnet for odf png and postscript before I posted my question but it didn't help. Can some one please code an example? Thanks
Beyond the ones in the relevant help files, png() plot(1:5) dev.off() should make a plot. Michael