README.md

MSDR Capstone Project - Interactive Earthquake Map

Package: MSDRCapstone - completed as part of Coursera Mastering Software Development with R Specialization.

GitHub: https://github.com/SondergardM/MSDRCapstone

Travis badge

R-CMD-check

Data Source

The functions in this R package utilize data from the US National Oceanic and Atmospheric Administration’s (NOAA’s) National Center for Environmental Information (NCEI) Global Significant Earthquake Database, which is a covers significant earthquakes from 2150 B.C. to the present. For the purposes of this package, data was downloaded from the year 2000 A.D. to the present and has been included in the package (data set noaa_data). The data set includes 1219 observations and 39 fields.

Package Summary

The functions in this package are designed to utilize data from NOAA’s earthquake database and produce two basic sets of plots: (1) the first is an earthquake timeline for a given country (or countries) that shows the date and magnitude of the earthquake, along with data labels for the five most significant quakes in the data chosen by the user; (2) an HTML map showing the geographic locale of the earthquake along with either a date or other related data shown as a pop-up label when the user clicks on a given earthquake location.

The package consists of six (6) functions:

Further documentation can be found in the package documentation for each individual function.

Useful Reference Links:



SondergardM/MSDRCapstone documentation built on Dec. 18, 2021, 2:07 p.m.