README.md

quakeTools

The goal of visTools is to clean and plot earthquake data from The Significant Database Earthquake of NOAA.

Installation

You can install the released version of quakeTools from GitHub with:

devtools::install_github("danielfsilva88/quakeTools")

Example

This is a basic example which shows you how to use this package:

library(quakeTools)
earthquakes %>%
  eq_clean_data() %>%
  dplyr::filter(COUNTRY == "MEXICO" & lubridate::year(DATE) >= 2000) %>%
  eq_map(annot_col = "DATE")

Travis build status



danielfsilva88/quakeTools documentation built on Sept. 13, 2020, 12:13 a.m.