Maps data columns to visual properties. Extends ggplot2's aes() with
animation-specific aesthetics (time, phase, group_anim).
Usage
aes(
x = NULL,
y = NULL,
color = NULL,
fill = NULL,
size = NULL,
alpha = NULL,
label = NULL,
group = NULL,
time = NULL,
phase = NULL,
...
)