eq_map: Mapping Tools for the NOAA Earthquake Dataset

Description Usage Arguments Examples

Description

Function eq_map() takes an argument data containing the filtered data frame with earthquakes to visualise in the geographical maps bu LONGITUDE and LATITUDE, with pop-up windows to provide the further information.

Usage

1
eq_map(data, annot_col)

Arguments

data

A filtered data frame with earthquakes to visualize

annot_col

The name of column is used for the annotation

Examples

1
2
3
4
5
6
## Not run: 
eq_country_filter(data, c("INDIA"),
xmin = as.Date("1850-01-01"),
xmax = as.Date("1920-01-01")) %>%
eq_map(annot_col = "date")
## End(Not run)

maianhdang/noaa.visualise documentation built on May 22, 2019, 12:23 p.m.