ama_labs.Rd
This function provides custom label formatting for ggplot2 based on the guidelines set by the American Marketing Association.
ama_labs(
title = NULL,
subtitle = NULL,
caption = NULL,
x = NULL,
y = NULL,
fill = NULL,
color = NULL,
...
)
Plot title.
Plot subtitle.
Plot caption.
X-axis label.
Y-axis label.
Fill legend title.
Color legend title.
Additional arguments to be passed to ggplot2::labs()
.
Modified labels for a ggplot2 plot.