eq_map: Leaflet map tool

Description Usage Arguments Value Examples

View source: R/leaflet_map.R

Description

Leaflet map tool

Usage

1
eq_map(data, annot_col)

Arguments

data

Adding the dataframe

annot_col

Annotate column that will come as a popup

Value

It returns a leaflet map

Examples

1
2
3
4
5
6
7
## Not run: 
data_clean <- NOAA_data %>%
eq_clean_data() %>%
dplyr::filter(Country == "India"|Country == "Pakistan" & lubridate::year(date) >= 2000)
eq_map(data = data_clean, annot_col = "Mag")

## End(Not run)

adeel1997/noaaquake documentation built on Dec. 18, 2021, 10:27 p.m.