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,
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
2 matches
Mail list logo