README.md

Build Status

Introduction

This package is the outcome of the Mastering Software Development in R Capstone.

Description

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:

  1. eq_clean_data()
  2. eq_location_clean()
  3. geom_timeline()
  4. geom_timeline_label()
  5. eq_map()
  6. eq_create_label()



hsuzero/Rcapstone_w6 documentation built on Dec. 20, 2021, 4:50 p.m.