R/SpeciesCriteria.R

#' Species exploitability criteria
#'
#' Table of species exploitability criteria:
#' species names, economic interest level, minimum and maximum felling diameter,
#' aggregative character of the species.
#'
#' @format A tibble with 96 rows and 8 variables:
#' \describe{
#'   \item{CommercialName}{Vernacular/economic name (character)}
#'   \item{Genus}{Genus associated to the vernacular name (character)}
#'   \item{Species}{Species (without genus part) associated to the vernacular
#'   name (character)}
#'   \item{CommercialLevel}{Economic interest level (1: principal economic species,
#'   2 or more: species logged in a objective of diversification, 0: species
#'   whose genus is covered by a commercial name, but which are not logged) (numeric)}
#'   \item{MinFD}{Minimum Felling Diameter, in centimeter (numeric)}
#'   \item{UpMinFD}{Enhanced Minimum Felling Diameter (over-rich stand case), in
#'   centimeter (numeric)}
#'   \item{MaxFD}{Maximum Felling Diameter, in centimeter (numeric)}
#'   \item{Aggregative}{Aggregative character of the species (logical)}
#'   ...
#' }
#'
"SpeciesCriteria"
VincyaneBadouard/LoggingLab documentation built on Oct. 16, 2024, 9:42 p.m.