This package contains various functions for animations in
statistics, covering many areas such as probability theory, mathematical
statistics, multivariate statistics, nonparametric statistics, sampling
survey, linear models, time series, computational statistics, data mining
and machine learning. These functions might be of help in teaching
statistics and data analysis. Also provided in this package are several
approaches to save animations to various formats, e.g. Flash, GIF, HTML
page and PDF.

###################INSTALLATION#########################
The repository on GitHub is not a complete R package -- it has no
'man' directory. To install this 'package' here, it is recommended that
you install R2roxygen first; then run rab() on this source package.

install.packages('Rd2roxygen')
library(Rd2roxygen)
## make sure getwd() is right above the animation directory
rab('./animation', install=TRUE)
########################################################
