
Custom Theme for ggplot2: American Marketing Association Style
ama_theme.RdThis function provides a custom theme for ggplot2 following the guidelines set by the American Marketing Association.
Arguments
- base_size
Base font size.
- base_family
Font family. Use "sans" for Arial and "serif" for Times New Roman.
- title_size
Title font size as a relative value.
- axis_title_size
Axis title font size as a relative value.
- legend_title_size
Legend title font size as a relative value.
- legend_text_size
Legend text font size as a relative value.
- axis_text_size
Axis text font size as a relative value.
- ...
Additional theme elements to be passed to
ggplot2::theme().