chart v1.5.2
R/f_aes.R
f_aes.Rd
This function allows to use a formula interface directly with ggplot2, or chart.
f_aes(formula, ..., with.facets = FALSE)
A formula.
Further aesthetics to set (like size, colour, etc.)
size
colour
Do we create special (non-ggplot2) aesthetics for facets (no by default)?
An aesthetic object of class uneval, as those obtained with aes().
uneval
aes()
# TODO...