I\'m trying to use for the first time animation package in R.
animation
I\'m using this simple code:
saveGIF({ for (i in 1:10) plot(runif(10),
R cannot find the convert executable. You have to specify it's full path and name using ani.option()
ani.option()
ani.options(convert = 'C:\\Program Files\\ImageMagick-6.9.0-Q16\\convert.exe')
(You may have to modify the 'C:\Program Files\ImageMagick-6.9.0-Q16\')