Creating a PDF version of your graphs is very easy:
pdfname<-paste("myfilename",".pdf",sep="") pdf(pdfname, height=6.4,width=6.4) # Plotting code dev.off()
R-Cookbook.com is a collection of "recipes"--problems, solutions, and working examples--contributed by the R community in order to share code, promote the use of R, and make the learning process more efficient for new users.