Skip to content
Prev 126828 / 398500 Next

Batch-Plot Histograms

why don't you just output to postscript instead of using dev.copy:

postscript("yourfile.ps")
.......your script......
dev.off()
On 10/12/07, Thomas Schwander <thomas_schwander at web.de> wrote: