R/shape.R

#' Example from Distmesh (MATLAB)
#'
#' A dataframe of coordinates of the external boundary of a polygon region developed.
#'
#' @format \code{shape} is a dataframe with vertices of the boundary of a polygon region.
#' \describe{
#'   \item{v1}{The latitudes of the external boundary.}
#'   \item{v2}{The longtitudes of the external boundary.}
#' }
#' @usage data('shape')
#' @references This example is from a triangulation software called distmesh.
"shape"
funstatpackages/Triangulation documentation built on July 3, 2024, 5:52 p.m.