powered by
From a genus, the function getTaxonomy finds the APG III family, and optionally the order, from the genusFamily database and the apgFamilies dataset
getTaxonomy
getTaxonomy(genus, findOrder = FALSE)
Data frame with the order (if findOrder is TRUE), family and genus.
findOrder
TRUE
Vector of genus names
(Boolean) If TRUE, the output will contain the taxonomical orders of the families.
Ariane TANGUY, Arthur PERE, Maxime REJOU-MECHAIN
# Find the Family of the Aphelandra genus getTaxonomy("Aphelandra") # ... and the order # \donttest{ getTaxonomy("Aphelandra", findOrder = TRUE) # }
Run the code above in your browser using DataLab