Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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.