animate.Vote() plots selected iterations of a Vote object and combines them into one GIF using the animation package.

animate(vote, movie.name, iter = NULL, ...)

# S3 method for Vote
animate(vote, movie.name, iter = NULL, ...)

Arguments

vote

An object of class Vote.

movie.name

Name of the resulting GIF file.

iter

A vector of the iterations to plot, defaults to seq(1, vote$iter).

...

Additional keyword arguments.