getTree | R Documentation |
A convenience function to obtain a tree object from newick tree, essentially wraps read.tree from the ape package.
getTree(newick)
newick |
The newick tree to be instantiated. |
a tree object
taxonomy = getTaxonomy(root='Alveolata')
getTree(newick=taxonomy$newick)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.