quakes: Example NOAA earthquake data

Description Usage Format Source See Also Examples

Description

A dataset containing 64 rows of the NOAA earthquake dataset to provide sample data for the quaker routines

Usage

1

Format

A table data frame with 64 rows of 47 variables (see the data definition reference below for full description):

I_D

integer row ID

FLAG_TSNAMI

character - contains "Tsu" where these was a tsunami event

YEAR

integer year of the quake - can be negative to denote B.C.E year

...

Source

https://www.ngdc.noaa.gov/nndc/struts/results?&t=101650&s=225&d=225 data definitions - the data can be downloaded from https://www.ngdc.noaa.gov/nndc/struts/form?t=101650&s=1&d=1

See Also

eq_clean_data to prepare the NOAA data for plotting or mapping functions

Examples

1
2
3
4
5
## Not run: 
data(quakes)
my_clean_df <- eq_clean_data(quakes)

## End(Not run)

jrwalker-projects/quaker documentation built on May 23, 2019, 7:33 a.m.