Description Usage Arguments Examples
Minimal theme for timeline with earthquakes
1 |
... |
All options piped to |
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.