Description Usage Arguments Examples
This functions use to plot earthquakes on relavent map.
1 | eq_map(map_dat, annot_col)
|
map_dat |
dataframe that use to draw the map |
annot_col |
columns used to annotate |
1 2 3 4 5 | ## Not run:
labeled_map_dat <- map_dat %>% mutate(pop_text = eq_create_label(.))
labeled_map_dat %>% eq_map(DATE)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.