R/exfm17.R

#' @title 
#' Inventory data of an eucalyptus forest in Brazil, with age and site variables
#' @description 
#' In this data, each observation is a plot. The site was estimated using the Schumacher model.
#' @usage 
#' data(exfm17)
#' 
#' @format
#' A data frame with 139 observations and 8 variables:
#' \describe{
#'   \item{strata}{stratum number}
#'   \item{plot}{plot number}
#'   \item{age}{average age of plots, in months}
#'   \item{DH}{dominant height, in meters}
#'   \item{N}{number of individuals}
#'   \item{V}{volume of trees, in cubic meters}
#'   \item{B}{basal area, in square meters}
#'   \item{S}{site variable, in meters}   
#' }
#' @name exfm17
#' @docType data
#' @author Sollano Rabelo Braga \email{sollanorb@@gmail.com}
#' @keywords data
NULL

Try the forestmangr package in your browser

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

forestmangr documentation built on Nov. 24, 2023, 1:07 a.m.