getTaxonomy {BIOMASS} | R Documentation |
Retrieve trees taxonomy
Description
From given genus, the function finds the APG III family, and optionally the order, from the genusFamily database and the apgFamilies dataset
Usage
getTaxonomy(genus, findOrder = FALSE)
Arguments
genus |
Vector of genus names |
findOrder |
(Boolean) If |
Value
Data frame with the order (if findOrder
is TRUE
), family and genus.
Author(s)
Ariane TANGUY, Arthur PERE, Maxime REJOU-MECHAIN
Examples
# Find the Family of the Aphelandra genus
getTaxonomy("Aphelandra")
# ... and the order
getTaxonomy("Aphelandra", findOrder = TRUE)
[Package BIOMASS version 2.2.4 Index]