R/data.R

#' Tree mortality data
#'
#' A (fictitious) data set containing mortality assessments within an IDENT plot over 10 consecutive years.
#'
#' @format A data set with 640 rows and 6 variables:
#' \describe{
#'   \item{Block}{Block ID}
#'   \item{Plot}{Plot ID}
#'   \item{Pos}{Position ID}
#'   \item{Inv}{Inventory ID}
#'   \item{YearInv}{Inventory year}
#'   \item{StateDesc}{State of the individual, one of "Dead", "Alive", "Almost 
#'     dead", or "Cut and Resprout"}
#' }
#'
"mortality"
dschoenig/IDENTcc documentation built on May 16, 2019, 4:07 a.m.