Skip to contents

Captures static aesthetic values (colors, line widths, sizes) that do not vary per observation. For per-observation, data-driven aesthetics, use map() instead.

Usage

aes(...)

Arguments

...

Named values (e.g. color = "blue", linewidth = 1.5).

Value

A SeqAes object: a named list of evaluated values.

Examples

a <- aes(color = "blue", linewidth = 1.5)