dbl_change: Simulated data with some change (numerical)

dbl_changeR Documentation

Simulated data with some change (numerical)

Description

This data contained the numerical values for each observation.

Usage

dbl_change

Format

A data frame with 400 rows and 4 variables

id

The id of the organisation

time

time

gp

Either X or Y

values

Numerical values represent sales

Examples

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)

animbook documentation built on June 22, 2024, 7:14 p.m.