R/exfm3.R

#' @title 
#' Simple random inventory pilot data
#' @description 
#' In this data, each observation is a plot.
#' @usage 
#' data(exfm3)
#' 
#' @format
#' A data frame with 10 observations and 3 variables:
#' \describe{
#'   \item{TOTAL_AREA}{total area, in hectares}
#'   \item{PLOT_AREA}{area of plots, in square meters}
#'   \item{VWB}{volume with bark, in cubic meters}
#'   \item{VWB_m3ha}{volume with bark, in cubic meters per hectare}
#' }
#' @name exfm3
#' @docType data
#' @author Sollano Rabelo Braga \email{sollanorb@@gmail.com}
#' @keywords data
#' @source 
#' Soares, C. P. B., Paula Neto, F. and Souza, A. L. (2012) Dendrometria e Inventario Florestal. 2nd ed. Vicosa: UFV.
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.