R/VolumeParametersTable.R

#' VolumeParametersTable
#'
#' Volume parameters table to compute the harvestable volume of each tree,
#' depend to its geographic zone
#' @format A tibble with 4 rows and 3 variables: \describe{
#'   \item{Zone}{Geographic zone (character)} \item{aCoef}{coefficient of the
#'   equation: Volume = aCoef + bCoef * DBH^2 (numeric)}
#'   \item{bCoef}{coefficient of the equation: Volume = aCoef + bCoef * DBH^2
#'   (numeric)}

#' ... }
#'
"VolumeParametersTable"
VincyaneBadouard/LoggingLab documentation built on Oct. 16, 2024, 9:42 p.m.