README.md

Build Status

JGGEarthquake

Capstone for Mastering software development in R

The functions provided by this package use data from the U.S. National Oceanographic and Atmospheric Administration (NOAA) Significant Earthquake Database.

Required set-up for this package

Currently, this package exists in a development version on GitHub. To use the package, you need to install it directly from GitHub using the install_github function from devtools.

You can use the following code to install the development version of jggEarthquake:

library(devtools)
install_github("grandez/jggEarthquake")
library(jggEarthquake)

Functions

According the requirements of project, following functions are available:

But to simplify the use some wrappers has been added:

For more info about all these functions check the vignettes.



Grandez/earthquake documentation built on May 28, 2019, 12:39 p.m.