powered by
This data contained the numerical values for each observation.
dbl_change
A data frame with 400 rows and 4 variables
The id of the organisation
time
Either X or Y
Numerical values represent sales
d <- anim_prep(dbl_change, id = id, values = values, time = time, group = gp) d_p <- wallaby_plot(d, height = 1) d_p_anim <- anim_animate(d_p)
Run the code above in your browser using DataLab