createTreeSlow | R Documentation |
Create taxonomy tree for a list of taxa (slow version)
createTreeSlow(taxonList = NULL, outgroup = NULL)
taxonList |
list of taxonomy IDs |
outgroup |
a taxon used for rooting |
A taxonomy tree as a phylo object
Vinh Tran tran@bio.uni-frankfurt.de
taxonList <- c("Homo sapiens", "5207", "40674", "4751")
tree <- createTreeSlow(taxonList, "5207")
plot(tree)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.