A custom ggplot2 theme.
default_theme(base_family = "Arial Narrow", base_size = 11.5, plot_title_size = 18, subtitle_size = 12, void = FALSE, ...)
| base_family | character. |
|---|---|
| base_size, plot_title_size, subtitle_size | numeric. |
| void | logical. Whether or not to modifly theme to mimic |
| ... | dots. Additional parameters passed to |
function.
This theme is based on ggplot2::theme_minimal().