R/data.R

#' Hector Mine earthquake catalog.
#'
#' A dataset containing the location, magnitude, and time since initial earthquake
#' event occurring on  October 16, 1999.
#'
#' @format A data frame with 542 rows and 4 variables:
#' \describe{
#'   \item{lon}{longitude}
#'   \item{lat}{latitude}
#'   \item{t}{time since the initial earthquake event, measured in days}
#'   \item{m}{magnitude}
#' }
#' @source Hector mine data courtesy of the U.S. Geological Survey
"hm"
boydpe/nphawkes documentation built on March 31, 2022, 11:03 a.m.