R/exfm14.R

#' @title 
#' Inventory data of an eucalyptus forest in Brazil, with age and dominant height variables
#' @description 
#' In this data, each observation is a plot.
#' @usage 
#' data(exfm14)
#' 
#' @format
#' A data frame with 859 observations and 4 variables:
#' \describe{
#'   \item{strata}{stratum number}
#'   \item{plot}{plot number}
#'   \item{age}{average age of plots, in months}
#'   \item{dh}{dominant height, in meters}
#' }
#' @name exfm14
#' @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.