eq_map: Display location of earthquakes

Description Usage Arguments Value Examples

Description

The function maps the epicenters (LATITUDE/LONGITUDE) and annotates each point in a pop up window containing annotation data stored in a column of the data frame

Usage

1
eq_map(clean, annot_col)

Arguments

clean

contains the clean dataset

annot_col

contains the column to be used as pop up window

Value

This function prints the leaflet map of the earthquakes

Examples

1
2
3
4
## Not run: 
eq_map(clean, annot_col = "popup_text")

## End(Not run)

bibagitbub/capstone documentation built on May 24, 2019, 3:04 a.m.