theme_mdgrpub: Personal Custom Theme with Titles

Description Usage Arguments Examples

View source: R/ggplot_themes.R

Description

Theme based on the ggplot2 theme_bw with modified font (UNIX use only). Thicker title case than plain theme_mdgr.

Usage

1
theme_mdgrpub(base_size = 12, base_family = "Lato")

Arguments

base_size

base font size

base_family

base font family

Examples

1
2
library(ggplot2)
ggplot(mtcars) + geom_point(aes(wt, mpg)) + theme_mdgrpub()

mdgbeck/mdgr documentation built on April 27, 2020, 5:33 p.m.