annotate.growth | R Documentation |
Add the growth information onto the known tree.
annotate.growth(phy, ptree)
phy: |
ape::phylo object. Return value of extend.tree(). |
ptree: |
ape::phylo object. A tree generated by pplacer with a newly added tip placed by maximum likelihood. |
data.table. The growth.info for a given tree. This includes the branch length to the newly added terminal node, whether or not the neighbour to the newly added terminal node is also terminal, and the branch length to that neighbour, from the newly placed internal node (the "PendantLength")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.