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
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,
2 matches
Mail list logo