R/tree_data.R

#' Forest inventory data in Pyrenean forests
#'
#' @source Aitor Ameztegui
#' @format A data frame with columns:
#' \describe{
#'  \item{plot}{Plot identifier}
#'  \item{sps}{Tree species, with 3 possible values: ABAL, PINI or PISY}
#'  \item{dbh}{Tree diameter(cm).}
#'  \item{x}{x coordinates of the tree within the plot, as measured from the plot center (m).}
#'  \item{y}{y coordinates of the tree within the plot, as measured from the plot center (m).}
#' }
#' @examples
#' \dontrun{
#'  tree_data
#' }
"tree_data"
ameztegui/neighborhood documentation built on April 13, 2022, 5:51 p.m.