Skip to content
Prev 309832 / 398503 Next

Saving R Graph to a file

On Sun, Nov 4, 2012 at 1:18 PM, frespider <frespider at hotmail.com> wrote:
Beyond the ones in the relevant help files,

png()
plot(1:5)
dev.off()

should make a plot.

Michael