R/chile.R

#' Chile Subduction Zone Data
#'
#' Data from USGS https://earthquake.usgs.gov/earthquakes/search/ for a 
#' region along the Chilean coastline from a date range of 1900 - 2017.
#'
#' @docType data
#'
#' @usage data(chile)
#'
#' @format An object of class \code{"data.frame"}
#'
#' @keywords datasets
#'
#' @references https://earthquake.usgs.gov/earthquakes/search/
#'
#' @source \href https://earthquake.usgs.gov/earthquakes/search/
#'
#' @examples
#' data(chile)
#' adj_beniplot(data = chile, strike = 13)
#' 
#' 
"chile"
jbrabazon13/quakr documentation built on May 21, 2019, 1:19 p.m.