f_aes: Create aes()thetics from formula for ggplot2

View source: R/f_aes.R

f_aesR Documentation

Create aes()thetics from formula for ggplot2

Description

This function allows to use a formula interface directly with ggplot2, or chart.

Usage

f_aes(formula, ..., with.facets = FALSE)

Arguments

formula

A formula.

...

Further aesthetics to set (like size, colour, etc.)

with.facets

Do we create special (non-ggplot2) aesthetics for facets (no by default)?

Value

An aesthetic object of class uneval, as those obtained with aes().

Examples

# TODO...

SciViews/chart documentation built on June 3, 2024, 7:26 a.m.