getTaxonomy | R Documentation |
From given genus, the function finds the APG III family, and optionally the order, from the genusFamily database and the apgFamilies dataset
getTaxonomy(genus, findOrder = FALSE)
genus |
Vector of genus names |
findOrder |
(Boolean) If |
Data frame with the order (if findOrder
is TRUE
), family and genus.
Ariane TANGUY, Arthur PERE, Maxime REJOU-MECHAIN
# Find the Family of the Aphelandra genus
getTaxonomy("Aphelandra")
# ... and the order
getTaxonomy("Aphelandra", findOrder = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.