R/IdahoPop.R

#' FIA Population Level Auxiliary Data for Idaho
#' 
#' @format 
#' A data frame with 44 rows and 6 columns:
#' \describe{
#'   \item{COUNTYFIPS}{Unique identifier of the county to which a plot belongs}
#'   \item{tcc}{Tree Canopy Cover}
#'   \item{elev}{Elevation}
#'   \item{ppt}{Precipitation}
#'   \item{tmean}{Mean Temperature}
#'   \item{tnt.1}{Proportion of pixels in a county that are classified as Non-Tree}
#'   \item{tnt.2}{Proportion of pixels in a county that are classified as Tree}
#'   \item{npixels}{Number of pixels in a county}
#' }
#' @source <https://www.fia.fs.usda.gov/library/database-documentation/index.php#FIADB>
"IdahoPop"
Swarthmore-Statistics/mase documentation built on March 5, 2024, 6:16 a.m.