R/area-package.R

#' @keywords internal
"_PACKAGE"

# The following block is used by usethis to automatically manage
# roxygen namespace tags. Modify with care!
## usethis namespace: start
#' @useDynLib area, .registration = TRUE
## usethis namespace: end
NULL

#' Planar straight line graphs and triangulations
#'
#' A minimal mesh with one hole `mm` and a map of Tasmania with multiple
#' holes in planar straight line graph format from the RTriangle package.
#'
#' `mm_tri` is a triangulated form of `mm` in RTriangle `triangulation` format.
#' The `H`OLE property is not yet set WIP.
#' @docType data
#' @name mm
#' @aliases tas mm_tri
#' @examples
#' str(mm)
NULL

Try the area package in your browser

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

area documentation built on May 29, 2024, 11:13 a.m.