R/exfm19.R

#' @title 
#' Volume of felled trees, measured in the Smalian method
#' @description 
#' In this data, each observation is a section of a tree.
#' @usage 
#' data(exfm19)
#' 
#' @format
#' A data frame with 16 observations and 3393 variables:
#' \describe{
#'   \item{STRATA}{stratum number}
#'   \item{TREE}{number of trees}
#'   \item{DBH}{diameter at breast height, in meters}
#'   \item{TH}{total height, in meters}
#'   \item{CSA}{cross section area with bark, in square meters}
#'   \item{VWB}{volume with bark, in cubic meters}
#'   \item{FFWB}{form factor for each section}
#'   \item{FFWB_mean}{average form vactor value}
#' }
#' @name exfm19
#' @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.