Convenience function to easily filter ggplot2 aesthetics
aes_filter(mapping, drop = NULL, keep_only = NULL)
ggplot2 aesthetics mapping
ggplot2 aesthetics
names of ggplot2 aesthetics to be removed from the `mapping`. Alternative to the `keep_only` argument.
names of the only ggplot2 aesthetics to be kept in the `mapping`. Alternative to the `drop` argument.