sanim_ist: Scatter animation

Description Usage Arguments Examples

View source: R/animate.R

Description

Out of the box animation for scatter plot.

Usage

1

Arguments

p

a chartist object.

Examples

1
2
3
4
5
6
mtcars %>%
    chart_ist(wt) %>%
    add_ist(disp) %>%
    add_ist(hp) %>%
    scatter_ist() %>%
    sanim_ist()

JohnCoene/chartist documentation built on May 7, 2019, 11:17 a.m.