Dear all I would like to store a few hundrends images to my hard disk so I need your comment that is the most efficient way in R to do
for i in c(1:100){ A. create plot with title # I do not want to give output to screen\ B. store it as an image using plot's title as filename C. Destroy that 'object' } I do not have any experience so can I have some advice from your side? Best Regards Alex. ______________________________________________ R-help@r-project.org 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.