Genus | R Documentation |
This function returns the Genus, Wood Type (HW/SW), and Common Name for species included in the Northeast Variant of FVS. Genus can be useful for modeling purposes, and the common and lazy names can be used for creating graphic representations of forest composition for non-foresters.
Genus(SPP)
SPP |
Species: use FVS species codes |
The 1: Common Name, 2: Genus 3: Lazy Name and 4: WoodType (HW/SW) of species entered.
trees <- c(1,2,3,4,5) SPP <- c("BF", "BF", "RO", "RS", "RO") tree_df <- data.frame(trees, SPP) genusinfo <- apply(tree_df, 2, Genus) Genus("BA")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.