Skip to contents

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,
  ...
)

Arguments

x

X aesthetic

y

Y aesthetic

color

Color aesthetic

fill

Fill aesthetic

size

Size aesthetic

alpha

Opacity aesthetic

label

Label aesthetic

group

Group aesthetic

time

Time aesthetic (for temporal data)

phase

Animation phase grouping

...

Additional aesthetics

Value

A list of aesthetic mappings