Skip to contents

The theme_fed() object is composed of a theme, plus a number of functions that achieve features that the theme itself cannot achieve. This function corresponds to the theme itself, modifying ggplot2::theme_classic.

Usage

theme_fed_minimal(
  font_family = getOption("fedplot.font_family"),
  font_size = getOption("fedplot.font_size"),
  legend_position = c(0.5, 0.9)
)

Arguments

font_family

base font family

font_size

base font family and size

legend_position

where to place the legend; a tuple indicating the top- and left-most corners of the legend. Default is c(.5, .9).