theme_bg_invert: Custom ggplot2 theme

Description Usage Arguments

Description

This is a custom ggplot2 theme loosely based on recommendations of Edward Tufte, Stephen Few, and others. By default, the panel background is blank, gridlines are removed, and axis colors are grey to minimize distraction from the data. This theme uses white lines and text for display on a dark background.

Usage

1
2
theme_bg_invert(base_size = 11, base_family = "", xticks = TRUE,
  yticks = TRUE)

Arguments

base_size

base font size

base_family

base font family

xticks

logical indicating whether tick marks should be displayed on the x-axis

yticks

logical indicating whether tick marks should be displayed on the y-axis


bgulbis/themebg documentation built on June 22, 2019, 10:52 p.m.