Learn R Programming

animbook (version 1.0.0)

cat_change: Simulated data with some change (category)

Description

This data has changed from category A to E between two-time points.

Usage

cat_change

Arguments

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

Run this code
d <- anim_prep_cat(cat_change, id = id, values = qnt,
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