Re: [R] RES: Saving plots to file

2009-08-10 Thread Ronggui Huang
Or you can plot first, when you are satisfied with it, copy the plot to another device. for example, >X11() >plot(rnorm(10)) >dev.copy(png) ## copy the plot to an png file. Best 2009/8/11 Rodrigo Aluizio : > You can save plots as specified below. For details see ?png, ?postscrip, > ?tiff, ?jpeg,

[R] RES: Saving plots to file

2009-08-10 Thread Rodrigo Aluizio
You can save plots as specified below. For details see ?png, ?postscrip, ?tiff, ?jpeg, ?bmp. postscript(file = ifelse(onefile, "Rplots.ps", "Rplot%03d.ps"), onefile, family, title, fonts, encoding, bg, fg, width, height, horizontal, pointsize, paper, pagecentre, pr