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, ...)
| vote | An object of class |
|---|---|
| movie.name | Name of the resulting GIF file. |
| iter | A vector of the iterations to plot, defaults to |
| ... | Additional keyword arguments. |