Learn R Programming

⚠️There's a newer version (2.7) of this package.Take me there.

animation

Introduction

This is an R package to create and export animations to a variety of formats (HTML/JS, GIF, Video, PDF), and it also serves as a gallery of statistical animations.

Installation

To install the stable version on CRAN:

install.packages('animation')

To install the GitHub version under development:

install.packages('animation', repos = 'http://yihui.name/xran')

If you want to contribute, the documentation and NAMESPACE of this package are generated by roxygen2 and Rd2roxygen:

if (!require('Rd2roxygen') install.packages('Rd2roxygen')
library(Rd2roxygen)
rab('animation', install = TRUE)

Contact

Bugs and feature requests can be filed to https://github.com/yihui/animation/issues. Pull requests are also welcome.

Copy Link

Version

Install

install.packages('animation')

Monthly Downloads

6,519

Version

2.4.1

License

GPL

Maintainer

Yihui Xie

Last Published

October 7th, 2021

Functions in animation (2.4.1)

animation-package

A Gallery of Animations in Statistics and Utilities to Create Animations
boot.lowess

Bootstrapping with LOWESS
ani.record

Record and replay animations
bisection.method

Demonstration of the Bisection Method for root-finding on an interval
brownian.motion

Demonstration of Brownian motion on the 2D plane
ani.pause

Pause for a while and flush the current graphical device
boot.iid

Demonstrate bootstrapping for iid data
ani.options

Set or query animation options
BM.circle

Brownian Motion in a circle
ani.start

Generate an HTML animation page
conf.int

Demonstration of the concept of confidence intervals
clt.ani

Demonstration of the Central Limit Theorem
flip.coin

Probability in flipping coins
cv.ani

Demonstration for the process of cross-validation
CLELAL09

The NBA game between CLE Cavaliers and LAL Lakers on Dec 25, 2009
im.convert

A wrapper for the `convert' utility of ImageMagick or GraphicsMagick
buffon.needle

Simulation of Buffon's Needle
ecol.death.sim

A simulation of the death of two species with certain probabilities
g.brownian.motion

Brownian Motion using Google Visualization API
cv.nfeaturesLDA

Cross-validation to find the optimum number of features (variables) in LDA
iatemp

Average yearly temperatures in central Iowa
MC.hitormiss

Hit or Miss Monte Carlo integration
least.squares

Demonstrate the least squares method
knn.ani

Demonstration of the k-Nearest Neighbour classification
kfcv

Sample sizes for k-fold cross-validation
kmeans.ani

Demonstration of the k-Means clustering algorithm
HuSpeech

Word counts of a speech by the Chinese President Hu
grad.desc

Gradient Descent Algorithm for the 2D case
lln.ani

Demonstration of Law of Large Numbers
moving.block

Cycle through an R object and plot each subset of elements
ObamaSpeech

Word counts of a speech by the US President Obama
qpdf

A wrapper for the PDF toolkit qpdf
price.ani

Demonstrate stock prices in animations
newton.method

Demonstration of the Newton-Raphson method for root-finding
mwar.ani

Demonstration for ``Moving Window Auto-Regression''
Rosling.bubbles

The bubbles animation in Hans Rosling's Talk
pdftk

A wrapper for the PDF toolkit Pdftk
pollen

Synthetic dataset about the geometric features of pollen grains
pageview

Page views from Sep 21, 2007 to Dec 2, 2007 of Yihui's website
quincunx

Demonstration of the Quincunx (Bean Machine/Galton Box)
saveHTML

Insert animations into an HTML page
saveVideo

Convert a sequence of images to a video by FFmpeg
saveSWF

Convert images to Flash animations
sample.strat

Demonstration for the stratified sampling
sample.ratio

Demonstrate the ratio estimation in sampling survey
sample.simple

Demonstration for simple random sampling without replacement
sample.cluster

Demonstration for the cluster sampling
saveGIF

Convert images to a single animation file (typically GIF) using ImageMagick or GraphicsMagick
sample.system

Demonstration for the systematic sampling
saveLatex

Insert animations into a LaTeX document and compile it
vi.grid.illusion

Visual illusions: Scintillating grid illusion and Hermann grid illusion
vi.lilac.chaser

Visual Illusions: Lilac Chaser
vanke1127

Stock prices of Vanke Co., Ltd on 2009/11/27
sim.qqnorm

Simulation of QQ plots for the Normal distribution