Simple animated versions of basic R plots, using the 'animation' package. Includes animated versions of plot, barplot, persp, contour, filled.contour, hist, curve, points, lines, text, symbols, segments, and arrows.
Simple animated plots for R. To install:
install.packages("devtools") # if not already installedlibrary(devtools)install_github("hughjonesd/anim.plots")
For more information see the vignette, or the presentation.