View source: R/commercialcriteriajoin.R
commercialcriteriajoin | R Documentation |
Joins a commercial criteria table to a forest inventory
commercialcriteriajoin(inventory, speciescriteria)
inventory |
input inventory (see the inputs formats and metadata in the vignette) (data.frame) |
speciescriteria |
Table of species exploitability criteria : species
names, economic interest level, minimum and maximum felling diameter, in
the same format as |
The forest inventory with economic informations (commercial name, economic interest level, minimum/maximum felling diameter, increased minimum felling diameter) added for each individual in the variables CommercialName, CommercialLevel, MinFD, UpMinFD, MaxFD (data.frame)
Paracou6_2016
, SpeciesCriteria
data(Paracou6_2016)
data(SpeciesCriteria)
new <- commercialcriteriajoin(Paracou6_2016, SpeciesCriteria)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.