R/gg-plots.R
mapping_string.Rd
Aes name
mapping_string(aes_col)
Single value from ggplot2::aes(...)
ggplot2::aes(...)
character string
mapping <- ggplot2::aes(Petal.Length) mapping_string(mapping$x) #> [1] "Petal.Length"