theme_mdgr: Personal Custom Theme

Description Usage Arguments Examples

View source: R/ggplot_themes.R

Description

Theme based on the ggplot2 theme_bw with modified font (UNIX use only)

Usage

1
theme_mdgr(base_size = 13, base_family = "Lato Light")

Arguments

base_size

base font size

base_family

base font family

Examples

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

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