Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yihui/animation
A gallery of animations in statistics and utilities to create animations
https://github.com/yihui/animation
animation r r-package statistical-computing statistical-graphics statistics
Last synced: 3 days ago
JSON representation
A gallery of animations in statistics and utilities to create animations
- Host: GitHub
- URL: https://github.com/yihui/animation
- Owner: yihui
- Created: 2010-11-16T19:13:38.000Z (about 14 years ago)
- Default Branch: main
- Last Pushed: 2023-03-24T15:42:31.000Z (almost 2 years ago)
- Last Synced: 2024-12-30T12:48:52.437Z (12 days ago)
- Topics: animation, r, r-package, statistical-computing, statistical-graphics, statistics
- Language: R
- Homepage: https://yihui.org/animation/
- Size: 24.8 MB
- Stars: 207
- Watchers: 22
- Forks: 59
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-r-dataviz - animation - A gallery of animations in statistics and utilities to create animations. (ggplot / Animations)
- jimsghstars - yihui/animation - A gallery of animations in statistics and utilities to create animations (R)
README
# animation
[![R-CMD-check](https://github.com/yihui/animation/workflows/R-CMD-check/badge.svg)](https://github.com/yihui/animation/actions)
[![Downloads from the RStudio CRAN mirror](https://cranlogs.r-pkg.org/badges/animation)](https://cran.r-project.org/package=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:
```s
install.packages('animation')
```To install the GitHub version under development:
```s
install.packages('animation', repos = 'https://xran.yihui.org')
```If you want to contribute, the documentation and NAMESPACE of this package
are generated by **roxygen2** and **Rd2roxygen**:```s
if (!require('Rd2roxygen') install.packages('Rd2roxygen')
Rd2roxygen::rab('animation', install = TRUE)
```## Contact
Bugs and feature requests can be filed to
. Pull requests are also welcome.