eq_map: eq_map

Description Usage Arguments Value Examples

View source: R/Map.R

Description

This function created a leaflet map with location of earthquakes with a popup with selected information of the earthquake

Usage

1
eq_map(data, annot_col)

Arguments

data

A dataframe containing cleanedup NOAA earthquake data

annot_col

A character containing the name of the column in the data where the value within the column is used as text in the popup

Value

A leaflet map with earthquakes and corresponding text.

Examples

1
2
3
4
## Not run: 
eq_map(data, annot_col = "DATE")

## End(Not run)

FerrieHeskes/FinalAssignmentR documentation built on May 26, 2019, 7:26 a.m.