A custom ggplot2 theme.

default_theme(base_family = "Arial Narrow", base_size = 11.5,
  plot_title_size = 18, subtitle_size = 12, void = FALSE, ...)

Arguments

base_family

character.

base_size, plot_title_size, subtitle_size

numeric.

void

logical. Whether or not to modifly theme to mimic ggplot2::theme_void()/

...

dots. Additional parameters passed to ggplot2::theme().

Value

function.

Details

This theme is based on ggplot2::theme_minimal().