R/buffy.R

#' buffy: An R package with advanced buffering for geometry objects
#'
#' Provides functions for generating advanced types of buffers around geometry
#' objects.  Generates buffers on the WSG84 ellipsoid or in Euclidean geometry,
#' as appropriate.
#'
#' @section buffy functions:
#' \code{\link{rectBuff}}
#' \code{\link{surfBuff}}
#' \code{\link{rad2deg}}
#' \code{\link{deg2rad}}
#' \code{\link{snap}}
#'
#' @docType package
#' @name buffy
#' @importFrom stats as.dist cutree hclust
NULL
cmarmstrong/buffy documentation built on May 16, 2019, 2:30 a.m.