Description Usage Arguments Value Examples
function that creates a leaflet map of earthquakes
1 |
inherit.aes |
a function that will build a layer based on geom_timeline geom.
1 2 3 4 5 | ## Not run: readr::read_delim("earthquakes.tsv.gz", delim = "\t") %>%
eq_clean_data() %>%
dplyr::filter(COUNTRY == "MEXICO" & lubridate::year(DATE) >= 2000) %>%
eq_map(annot_col = "DATE")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.