This data has changed from category A to E between two-time points.
Format
A data frame with 400 rows and 4 variables
- id
The id of the organisation
- time
time
- gp
Either X or Y
- qnt
Quantile group for the two times
Examples
d <- anim_prep_cat(cat_change, id = id, values = qnt,
time = time, group = gp)
d_p <- wallaby_plot(d, height = 1)
#> You can now use the animbook::anim_animate() function to
#> transform it into an animated object
d_p_anim <- anim_animate(d_p)
#> You can now pass it to gganimate::animate().
#> The recommended setting is nframes = 89