tweaks (#142) Co-authored-by: Yihui Xie xie@yihui.name
tweaks (#142)
Co-authored-by: Yihui Xie xie@yihui.name
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.
To install the stable version on CRAN:
install.packages('animation')
To install the GitHub version under development:
install.packages('animation', repos = 'https://yihui.r-universe.dev')
If you want to contribute, the documentation and NAMESPACE of this package are generated by roxygen2 and Rd2roxygen:
if (!require('Rd2roxygen') install.packages('Rd2roxygen') Rd2roxygen::rab('animation', install = TRUE)
Bugs and feature requests can be filed to https://github.com/yihui/animation/issues. Pull requests are also welcome.
用于创建动画和动态图形的R语言包
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802047560号
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:
To install the GitHub version under development:
If you want to contribute, the documentation and NAMESPACE of this package are generated by roxygen2 and Rd2roxygen:
Contact
Bugs and feature requests can be filed to https://github.com/yihui/animation/issues. Pull requests are also welcome.