Is there a way to output multiple plots generated with a high level plot 
function such as "plot()" to the same pdf file? The following does not work (in 
windows XP):

pdf(filename)
plot(...)                         # first plot
plot(...)                         # second plot
.....
plot(...)                         # n-th plot
dev.off()

Thanks for your help!

______________________________________________
[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

Reply via email to