Re: [R] animation error

2011-06-16 Thread Yihui Xie
Hi, If 100 frames can work but 730 cannot, I think this might be due to the limit of ImageMagick. If that is the case, I do not have any solutions from R's aspect, instead, you may want to try GraphicsMagick, which is similar to ImageMagick. I'm not sure if it is better than ImageMagick in terms o

[R] animation error

2011-06-14 Thread emorway
Hello, While running the following code I encountered a bit of a funny error. First the code: library(animation) ani.options(convert = shQuote('C:/Program Files/ImageMagick-6.7.0-Q16/convert.exe')) plot.ani<-function() { for (ts in 1:730){ dat<-read.table(paste("c:/temp/ConcProfile_",ts,