standardise_aes_names: Standardise aesthetic names

View source: R/aes.R

standardise_aes_namesR Documentation

Standardise aesthetic names

Description

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

Usage

standardise_aes_names(x)

Arguments

x

Character vector of aesthetics names, such as c("colour", "size", "shape").

Value

Character vector of standardised names.


tidyverse/ggplot2 documentation built on April 21, 2024, 11:55 a.m.