Description Usage Arguments Value Examples
This interactive map can show earquake information on popup accoring to given column
1 | eq_map(mapdata, annot_col = "DATE")
|
annot_col |
a string representing colume |
dat |
an imput dataframe |
A map of the earthquakes epicenters and providing some annotations
1 2 3 4 5 6 7 | ## Not run:
readr::read_delim(("extdata","earthquake.txt", 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.