theme_levy_facet: theme_levy_facet

Description Usage Arguments Value Examples

View source: R/theme_levy_facet.R

Description

theme_levy_facet

Usage

1
theme_levy_facet(base_size = 12, font = "Source Sans Pro")

Arguments

base_size

12 by default

font

"Source Sans Pro" by default. extrafont::fonttable()[["FamilyName"]] to see what's available

Value

ggplot theme

Examples

1
2
3
4
5
6
7
8
## Not run: 
ggplot(data.frame(x = 1:10, y = rnorm(10), z = sample(letters[1:2])),
  aes(x, y)) +
  geom_point() +
  facet_wrap(~ z) +
  theme_levy_facet()

## End(Not run)

michaellevy/customThemes documentation built on May 22, 2019, 9:51 p.m.