Description Usage Arguments Value Examples
This function maps the epicenters (LATITUDE/LONGITUDE) and annotates each point with in pop up window containing annotation data stored in a column of the cleaned data frame of NOAA dataset.
1 |
annot_col |
for "DATE". |
The |
clean dataframe of the base NOAA dataset. |
This function returns an interactive map.
1 2 3 4 5 6 7 8 | ## Not run:
filename<-system.file("extdata","data.gz",package="NOAAA")
readr::read_delim(filename, 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.