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? [[alternative HTML version deleted]]
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 <tmrsg11 at 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? >