theme_ojo: Use OJO's ggplot style

Description Usage Examples

Description

When added to a ggplot object, styles the plot in the OJO style

Usage

1

Examples

1
2
3
4
5
ggplot(tibble(x = 2010:2015, y = 50:55), aes(x, y)) +
  geom_line() +
  theme_ojo() +
  ylim(0, NA) +
  ggtitle("A very boring plot")

openjusticeok/ojo documentation built on Feb. 2, 2021, 5:47 a.m.