mapping_string: Aes name

View source: R/gg-plots.R

mapping_stringR Documentation

Aes name

Description

Aes name

Usage

mapping_string(aes_col)

Arguments

aes_col

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

Value

character string

Examples

mapping <- ggplot2::aes(Petal.Length)
mapping_string(mapping$x)

GGally documentation built on Nov. 22, 2023, 9:06 a.m.