R/deform-package.R

#' The \code{deform} package: crustal deformation tools in R
#' 
#' @name deform
#' @docType package
#' 
# @useDynLib deform
# @exportPattern "^[[:alpha:]]+"
#
# @importFrom Rcpp evalCpp
#' @import dplyr
#' @importFrom RCurl url.exists getURL
#' @importFrom tibble tibble
#' @importFrom Bessel BesselJ
#' @importFrom graphics legend lines matplot points segments
#' @importFrom stats integrate na.omit pnorm qnorm
#' @importFrom utils ? help
#' 
#' @seealso \code{\link{segall85}} for deformation associated with fluid extraction
NULL
abarbour/deform documentation built on Feb. 15, 2022, 6:24 p.m.