R/UT_ecoregions.R

#' Ecoregions in Utah
#'
#' A dataset containing attributes for ecoregions in Utah.
#'
#' @docType data
#'
#' @name UT_ecoregions
#'
#' @usage UT_ecoregions
#'
#' @format An object of class sf (simple features) containing 10 features and
#'   3 attributes:
#' \describe{
#'   \item{Level3}{Level 3 ecoregion code for the polygon.}
#'   \item{Level3_Nam}{Level 3 ecoregion name for the polygon.}
#'   \item{Area_ha}{area of the polygon in hectares.}
#' }
NULL
mhweber/spsurvey documentation built on Sept. 17, 2020, 4:24 a.m.