eq_map: Creates a map earthquake

Description Usage Arguments Value Examples

Description

This function creates a leaflet map of selected earthquakes based on NOAA earthquake cleaned data.

Usage

1
eq_map(data, annot_col)

Arguments

data

A data frame containing cleaned NOAA earthquake data

annot_col

A character. The name of the column in the data

Value

generates a map of earthquakes, The size of the circles reflects the magnitude of the earthquake.

Examples

1
2
3
4
## Not run: 
eq_map(clean_data, annot_col = "LOCATION_NAME")

## End(Not run)

CarlosSilva34/RCapstone documentation built on May 6, 2019, 4:10 p.m.