#' 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"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.