View source: R/generic_functions.R
| compute_times_ca | R Documentation |
compute_times_ca computes the times t_ij between the root and the common
ancestor of two tips i, j.
compute_times_ca(phy)
phy |
a phylogenetic tree of class |
This function relies on ape functions
node.depth.edgelength and mrca.
a matrix of times of shared evolution, ordered as the tips of the
tree. The matrix is of type symmetricMatrix-class.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.