Description Usage Arguments Examples
Function that takes a data from NOAA and annotation column to get back a leaflet map represents individual earthquakes .
1 |
data |
the data obtained from NOAA . |
annot_col |
column used for annotation in the pop-up graph |
1 2 3 4 5 6 7 | ## Not run:
noaa %>%
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.