Learn R Programming

tfse (version 0.4.2)

theme_mwk: theme_mwk

Description

My ggplot2 theme

Usage

theme_mwk(base_size = 12, base_family = "Roboto Condensed",
  dark = "#24292e", light = "#ffffff", gray = "#ededed",
  caption = TRUE)

theme_mwk_caption_text()

Arguments

base_size

Base font size

base_family

Font family.

dark

Primary forefront color.

light

Primary background color.

gray

Gray color.

caption

Text to use as source caption.

Value

My ggplot2 theme (similar to theme_minimal/theme_bw)