theme_eq: Minimal theme for timeline with earthquakes

Description Usage Arguments Examples

View source: R/theme-eq.R

Description

Minimal theme for timeline with earthquakes

Usage

1

Arguments

...

All options piped to ggplot2::theme_minimal()

Examples

1
2
3
4
5
6
7
## Not run: 
library(ggplot2)
ggplot(noaa_data, aes(x = date, size = EQ_PRIMARY, n_max = 5)) +
  geom_timeline() +
  theme_eq()

## End(Not run)

niklaas/rcapstone documentation built on May 25, 2019, 10:41 p.m.