R/earthquake.R

#' earthquake: A visualization package for world earthquake histories
#'
#' This package maps and timelines earthquakes.
#'
#' @importFrom dplyr filter mutate select "%>%"
#' @import ggplot2
#' @import leaflet
#' @importFrom purrr map map2_chr
#' @importFrom stringr str_trim str_to_title
#'
#' @docType package
#' @name earthquake
NULL
DYZI/Earthquake_doc documentation built on May 27, 2019, 2:05 p.m.