tweenr: Interpolate Data for Smooth Animations
- CRAN: http://cran.r-project.org/web/packages/tweenr/index.html
- GitHub: https://github.com/thomasp85/tweenr
> library(tweenr)
バージョン: 0.1.3
関数名 | 概略 |
---|---|
display_ease |
Display an easing function |
tween_appear |
Tween a data.frame of appearances |
tween_elements |
Create frames based on individual element states |
tween_numeric |
Create simple tweens |
tween_states |
Tween a list of data.frames representing states |
tweenr-package |
Create smooth data transitions |
display_ease
> display_ease("linear")
> display_ease("elastic-in")