Displaying 1 result from an estimated 1 matches for "hundrends".
Did you mean:
hundreds
2011 Feb 05
1
Lightweight store plots as images.
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 expe...