Description Usage Arguments Value Examples
This function generates a leaflet map, give NOAA earthquake data.
1 | eq_map(adf, annot_col)
|
adf |
A dataframe containing NOAA earthquake data |
annot_col |
A text string which is the name of the column in adf that contains the "pop up" text for the data points. This "pop text" can be generated using the function eq_create_label. |
This function returns a leaflet map object
1 2 3 4 | ## Not run:
eq_map(mydata,"popup_text")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.