standardizeSpeciesName | R Documentation |
Standardize species name from different forest inventory data, this function to make all the species compatible to biomassCalculation function
standardizeSpeciesName(speciesTable, forestInventorySource)
## S4 method for signature 'data.table,character'
standardizeSpeciesName(speciesTable, forestInventorySource)
speciesTable |
data table. It must at least have one column species |
forestInventorySource |
Character string. Give the forest inventory data source Currently support MBPSP, MBTSP, ABPSP, BCPSP, SKPSP, SKTSP and NFIPSP |
a data tables, the first one contains successfully standardized species. the newSpeciesName is the standardized name, unknown means the species in the original species table can not be found according to manual
no note
Yong Luo
no
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.