R/data.R

#' Polygon for Snohomish County Washington
#'
#' A polygon representing Snohomish County Washington. Polygon
#' has been projected to UTM zone 10N (EPSG: 26910).
#'
#' Orignal data was taken from US Census Tiger data retrieved
#' using the tigris package.
#'
#' @format A sf data object with 5 attributes and 1 geometry:
#' \describe{
#'   \item{STATEFP}{FIPS code for Washington state}
#'   \item{COUNTYFP}{FIPS code for Snohomish County}
#'   \item{NAME}{County name}
#'   \item{HECTARES}{Area of Snohomish County in hectares}
#'   \item{ACRES}{Area of Snohomish County in acres}
#' }
"WASnoCo"
bmcgaughey1/HexSampleR documentation built on July 1, 2024, 10:02 p.m.