The easiest approach is to save your plot as a bitmap every x-th iteration, and then use other tools to animate them. I use ImageMagick for this, but I'm sure there are other options.
Sarah On Mar 23, 2012, at 11:28 PM, C W <tmrs...@gmail.com> wrote: > Hi everyone, > Is it possible to video record simulations in R? > Say, for instance, I am plotting samples using MCMC algorithm, and then > showing its convergence after 10000 iterations. I was wondering if anyone > has done this before? > ______________________________________________ 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.