theme_edi: Custom ggplot2 theme

Description Usage Arguments Examples

Description

Custom ggplot2 theme

Usage

1
theme_edi(base_size = 14, base_family = "Helvetica")

Arguments

base_size

basefont size

base_family

base font family

Examples

1
2
3
4
5
6
library(ggplot2)
p <- ggplot(mtcars) + 
 geom_point(aes(x = wt, y = mpg, 
colour=factor(gear))) + facet_wrap(~am)
p
p + theme_edi()

EDiLD/esmisc documentation built on May 6, 2019, 2:59 p.m.