eq_map: Map of earthquakes

Description Usage Arguments Value Examples

View source: R/main.R

Description

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

Usage

1
eq_map(data, annot_col)

Arguments

data

A data frame with the earthquake data

annot_col

A string with the name of the column to show in the pop up

Value

A Map with earthquakes and annotations.

Examples

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

## End(Not run)

daferpe/CapstonePackage documentation built on May 26, 2019, 2:35 a.m.