R/earthquakes.R

#' Earthquakes on Earth between October 2004 and April 2020.
#'
#' Geographical coordinates (latitude and longitude) of earthquakes of magnitude greater than or equal to 2.5 degrees.
#'
#' @docType data
#'
#' @usage data(earthquakes)
#'
#' @source European-Mediterranean Seismological Centre, \url{www.emsc-csem.org}.
#'
#'
#' @format A data frame with two columns:
#' \describe{
#'  \item{Latitude}{Latitude coordinates.}
#'  \item{Longitude}{Longitude coordinates.}
#' }
#' @examples
#' \dontrun{
#'  Earthquakes
#' }
"Earthquakes"

Try the HDiR package in your browser

Any scripts or data that you put into this service are public.

HDiR documentation built on Nov. 16, 2022, 5:14 p.m.