Skip to content

skyebend/animation

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

animation

Build Status

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://rforge.net', type = 'source')

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.

About

A gallery of animations in statistics and utilities to create animations

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • R 61.8%
  • TeX 32.6%
  • CSS 2.2%
  • HTML 2.2%
  • JavaScript 1.2%