#' 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"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.