Skip to content
Prev 165661 / 398502 Next

Is there some way to append to a pdf after its device has been closed?

Why don't you just output all the plot to a single file by opening
'pdf', doing the plots, 'dev.off()'.  Why do you need so many files
open?
On Mon, Dec 29, 2008 at 2:57 PM, Alex Pine <alex.pine at nyu.edu> wrote: