View source: R/getSharedTaxa.R
getSharedTaxa | R Documentation |
This function takes a multiPhylo object and returns a sorted list of taxa common to all trees. Note: Function will STOP if <3 taxa are shared among trees.
getSharedTaxa(trees)
trees |
multiPhylo object where >= 3 species are shared among all trees |
Sorted character vector of tip labels present in all trees
common_taxa <- getSharedTaxa(myMultiPhylo)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.