theme_clean.Rd
A ggplot2 theme with opinionated defaults. Light background, no grid lines, legend at the bottom, etc.
theme_clean(
base_size = 11,
strip_text_size = 12,
strip_text_margin = 5,
subtitle_size = 13,
subtitle_margin = 10,
plot_title_size = 16,
plot_title_margin = 10,
...
)
base font size
font size for strip text (facet text)
strip text margin
font size for subtitle
subtitle margin
font size for title
title margin
additional arguments passed to theme()