theme_simple: Simple databrew theme

Description Usage Arguments Value

Description

Apply the databrew look to a ggplot2-generated visualization

Usage

1
2
3
4
5
6
7
8
theme_simple(
  base_size = 14,
  base_family = "Ubuntu Light",
  y_comma = FALSE,
  subtitle_family = "Ubuntu Light",
  axis_family = "Ubuntu Light",
  black = TRUE
)

Arguments

base_size

The size of the base font

base_family

The font used in the legend and title

y_comma

Whether to add comma seperators every 3 digits to a continuous y axis

subtitle_family

The font used in the subtitle

axis_family

The font used in the axes

font

The font

Value

A list of options compatible with ggplot()


databrew/databrew documentation built on Feb. 1, 2020, 2:28 p.m.