Hi, sorry for the multiple posting ;) Here is the way to do it: pdf(file="file1.pdf") dev.control(displaylist='enable') plot(1:10) dev.copy(pdf,file="file2.pdf") points(2,3) dev.off() dev.off()
Giampiero ______________________________________________ [email protected] mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.
