Skip to content
Prev 309797 / 398503 Next

Saving R Graph to a file

Some hints:
For pdf(), height and width are in inches, not pixels.  dev.off() is 
necessary after drawing the image for pdf(). The name for the file 
argument (file="c:/figure.xxx") is file not filename

hist(CO2[,5]) is more interesting

And yes,
?pdf
?postscript
?ping
On 11/3/2012 11:16 PM, frespider wrote: