Learn R Programming

megaptera (version 1.0-0)

fleshoutGuidetree: Add Missing Species to a Phylogenetic Tree

Description

Species missing in a phylogenetic tree will be added to that tree according to their taxonomic classification.

Usage

fleshoutGuidetree(phy, tax)

Arguments

phy
an object of class phylo.
tax
a data frame containing the study groups' taxonomy.

Value

an object of class phylo.

See Also

dbReadTaxonomy for reading a taxonomy table from the postgreSQL database; addTip for addition of single tips manually.