theme_michelle: Michelle's 538 ggplot theme

Description Usage Arguments Examples

Description

This function includes all of the changes I normally make to the 538 theme from the 'ggthemes' package

Usage

1
theme_michelle(base_size = 12, base_family = "sans")

Arguments

base_size

the base font size

base_family

the base font family

Examples

1
2
3
4
5
data(iris)
ggplot(data=iris, aes(x=Sepal.Length, y=Sepal.Width)) +
  geom_point() +
  geom_point() +
  theme_my538()

mvevans89/myFunctions documentation built on May 9, 2019, 5:56 p.m.