R/USbb.R

#' United States of America Domain Boundary Data
#'
#' A list of coordinates of the boundary vertices of the United States of America
#'
#' @format \code{USbb} is a dataframe with vertices information of the modified external boundaries of the mainland of the United States of America.
#' \describe{
#'   \item{x.coord}{The latitudes of the external boundary.}
#'   \item{y.coord}{The longtitudes of the external boundary.}
#' }
#' @usage data('USbb')
#' @references Data courtesy by First-Data-Lab, 2022.
"USbb"
FIRST-Data-Lab/Triangulation documentation built on June 11, 2025, 5:32 p.m.