Description Usage Arguments Value Examples
Visualizes earthquakes data using 'leaflet' package
1 |
data |
Data frame containing the filtered data with earthquakes |
annot_col |
Name of the column containing annotation text |
Leaflet map widget
1 2 3 4 5 6 7 8 | ## Not run:
data(earthquakes)
eq_clean_data(earthquakes) %>%
eq_location_clean() %>%
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.