I\'ve made different plots (more than a hundred) for a project and I haven\'t capture them on the way (yes it\'s bad , i know). Now, I need to save them all at once but without
If you enter the following function all that will follow will be save in a document:
pdf("nameofthedocument.pdf") plot(x~y) plot(... dev.off()
You can also use tiff(), jpg()... see ?pdf