theme_ld: Locke Data ggplot2 theme

Description Usage Arguments Value Examples

View source: R/theme_ld.R

Description

Locke Data ggplot2 theme

Usage

1
theme_ld(base_size = 15)

Arguments

base_size

parameter passed to ggplot2::theme_minimal

Value

ggplot2 theme

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
## Not run: 
library("ggplot2")
df <- data.frame(
gp = factor(rep(letters[1:3], each = 10)),
y = rnorm(30)
)
ggplot(df, aes(gp, y)) +
  geom_point() +
  ggtitle("wow title LHS great",
          subtitle = "nice plot") +
  theme_ld()
  
## End(Not run)

lockedata/lockeutils documentation built on May 23, 2019, 6:04 p.m.