gg_aes: Interpret aesthetic mapping into data frame literature

Description Usage Arguments Examples

Description

This function subset the data specified in the mapping to use aes() in the custom function. Denote that this is defined for the others.

Usage

1
gg_aes(data, mapping = aes())

Arguments

data

data object that can be used in the ggplot2 package

mapping

argument

Examples

1
gg_aes(ggplot2::mpg, ggplot2::aes(x = displ, y = hwy, colour = fl, group = class))

ygeunkim/goodgraphic documentation built on July 1, 2019, 1:37 a.m.