R/data-standtabRauli.r

#' Stand tables for _Nothofagus alpina_ (raulí) forests
#'
#' @description
#' Stand tables for secondary _Nothofagus alpina_-dominated forests
#' in different locations in southern Chile.
#' @usage
#' data(standtabRauli)
#' @format The data has the following columns
#' \describe{
#' \item{site}{Study site.}
#' \item{sector}{Location within a study site.}
#' \item{low.cd}{Lower limit of the diameter class, in cm.}
#' \item{upp.cd}{Upper limit of the diameter class, in cm.}
#' \item{dclass}{Diameter class, in cm.}
#' \item{nha.dcl}{Tree density for the respective diameter class,
#' in trees/ha.}
#' \item{forest.id}{Forest ID code, a combination of columns `site`
#' and `sector`.}
#'  }
#' @source
#' Tree density by diameter classes (i.e., stand table).
#' Data were digitized from table No. 4 of Wadsworth (1976).
#' @references
#' - Wadsworth RK. 1976. Aspectos ecologicos y crecimiento del
#'  raulí (_Nothofagus alpina_) y sus asociados en bosques de
#' segundo crecimiento
#' de las provincias de Bío-Bío, Malleco y Cautín, Chile.
#' Boletin Técnico No. 37, Fac. Cs. Forestales, Universidad de Chile,
#' Santiago, Chile.
#' @examples
#' data(standtabRauli)
#' head(standtabRauli)
#' df<-standtabRauli
#' table(df$site,df$sector,df$dclass)
"standtabRauli"

Try the biometrics package in your browser

Any scripts or data that you put into this service are public.

biometrics documentation built on March 20, 2026, 5:09 p.m.