#' 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"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.