This package is the outcome of the Mastering Software Development in R Capstone.
The package is tailored to work with the NOAA (National Oceanic Atmospheric Administration) Earthquake database.
This database has 6,086 observations and 47 features (database downloaded in 20/feb/2019), which 4,283 observations are about earthquake and 1,803 with FLAG_TSUNAMI
as true.
From this 4,283 observations, there are 27 with negative YEAR
and 4,256 with positives values. Finally, from this last subset 1,305 observations have no EQ_PRIMARY
(Magnitude in [Richter Scale][ritcher_scale]), which means they are recorded as NA
, so there are only 2,951 valid observations.
The following 6 functions are included in this package:
eq_clean_data()
eq_location_clean()
geom_timeline()
geom_timeline_label()
eq_map()
eq_create_label()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.