getTaxonomy: Retrieving the taxonomy

Description Usage Arguments Value Author(s) Examples

Description

From a genus, the function getTaxonomy finds the APG III family, and optionally the order, from the genusFamily database and the apgFamilies dataset

Usage

1
getTaxonomy(genus, findOrder = FALSE)

Arguments

genus

Vector of genus names

findOrder

(Boolean) If TRUE, the output will contain the taxonomical orders of the families.

Value

Data frame with the order (if findOrder is TRUE), family and genus.

Author(s)

Ariane TANGUY, Arthur PERE, Maxime REJOU-MECHAIN

Examples

1
2
3
4
# Find the Family of the Aphelandra genus
getTaxonomy("Aphelandra")
# ... and the order
getTaxonomy("Aphelandra", findOrder = TRUE)

ArthurPERE/biomass documentation built on May 18, 2019, 2:33 a.m.