pruningwise.branching.times | R Documentation |
Calculates the branching times, or ages, of all internal nodes in an ultrametric tree whose internal representation is in "pruningwise" order.
pruningwise.branching.times(phy)
phy |
an ultrametric phylogenetic tree of type phylo with branch lengths, already in "pruningwise" order. |
a vector of node ages, with the original internal node names if
those were available in phy
, or otherwise named by the node numbers
in phy
.
Lam Si Tung Ho
pruningwise.distFromRoot
, branching.times
.
tre = reorder(rcoal(50),"pruningwise")
pruningwise.branching.times(tre)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.