eq_map: Plot earthquakes on a map.

Description Usage Arguments Value Examples

View source: R/mapFunctions.R

Description

Plot earthquakes on a map.

Usage

1
eq_map(Data, annot_col = "Date")

Arguments

Data

The data frame containing the earthquake data

annot_col

The name of the column in Data to use to annotate the earthquakes on the map.

Value

A leaflet map showing the plotted earthquakes.

Examples

1
## Not run: eq_map(Data=input_data, annot_col = "Location")

larkinj/CapstoneOne documentation built on Dec. 21, 2021, 8:50 a.m.