aes-utils | R Documentation |
Generate ggplot aesthetic instructions
.buildAes(
x = TRUE,
y = TRUE,
color = FALSE,
shape = FALSE,
size = FALSE,
fill = FALSE,
group = FALSE,
alt = NULL
)
x |
A |
y |
A |
color |
A |
shape |
A |
size |
A |
fill |
A |
group |
A |
alt |
Alternative aesthetics, supplied as a named character vector. |
Aesthetic instructions for ggplot
as a character
value.
Kevin Rue-Albrecht
.buildAes()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.