Description Usage Arguments Note Examples
Produces a map of earthquake epicenters (LATITUDE/LONGITUDE) and annotates each point with a popup window containing annotation data stored in a column of the data frame.
1 |
df |
Data frame containing at least LONGITUDE, LATITUDE, and EQ_PRIMARY columns. |
annot_col |
Character string with the name of the column to use for the popup windows. |
See eq_create_label
for another example.
1 2 3 4 | ## Not run:
eq_map(earthquakes, annot_col = "DATE")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.