standardise_aes_names | R Documentation |
This function standardises aesthetic names by converting color
to colour
(also in substrings, e.g. point_color
to point_colour
) and translating old style
R names to ggplot names (eg. pch
to shape
, cex
to size
).
standardise_aes_names(x)
x |
Character vector of aesthetics names, such as |
Character vector of standardised names.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.