GGally (version 1.5.0)

mapping_string: Aes name

Description

Aes name

Usage

mapping_string(aes_col)

Arguments

aes_col

Single value from ggplot2::aes(...)

Value

character string

Examples

Run this code
# NOT RUN {
mapping <- ggplot2::aes(Petal.Length)
mapping_string(mapping$x)
# }

Run the code above in your browser using DataCamp Workspace