EarthquakeDataFrame: The NOAA Significant Earthquake Database

Description Usage Format Source Examples

Description

The NOAA Significant Earthquake Database

Usage

1

Format

A data frame, cleaned with the eq_clean_data() function, with 46 columns. Columns typically used by the package's functions are:

DATETIME

The date of the earthquake showing day-month-year in a Date class format.

EQ_PRIMARY

Magnitude of the earthquake.

COUNTRY

Country where the earthquake took place.

LOCATION_NAME

Name of the location where the earthquake took place.

TOTAL_DEATHS

Total number of people dead in the earthquake.

LONGITUDE

Longitudinal coordinate of the place where the earthquake took place.

LATITUDE

Latitudinal coordinate of the place where the earthquake took place.

Source

National Geophysical Data Center / World Data Service (NGDC/WDS): Significant Earthquake Database. National Geophysical Data Center, NOAA. doi:10.7289/V5TD9V7K. https://www.ngdc.noaa.gov/nndc/struts/form?t=101650&s=1&d=1/

Examples

1
2
3
4
## Not run: 
 EarthquakeDataFrame

## End(Not run)

DanielAyllon/EarthQuakeAnalyzer documentation built on May 6, 2019, 1:23 p.m.