R/NE_lakes.R

#' Lakes in the Southern New England Region of the U.S.
#'
#' A dataset containing attributes for Lakes in the Southern New England Region
#' of the U.S.
#'
#' @docType data
#'
#' @name NE_lakes
#'
#' @usage NE_lakes
#'
#' @format An object of class sf (simple features) containing 6,121 features
#'   and 4 attributes:
#' \describe{
#'   \item{xcoord}{Albers projection x-coordinate of the lake centroid.}
#'   \item{ycoord}{Albers projection y-coordinate of the lake centroid.}
#'   \item{State}{state code for the lake.}
#'   \item{Area_Cat}{lake surface area category in hectares.}
#' }
NULL
mhweber/spsurvey documentation built on Sept. 17, 2020, 4:24 a.m.