View source: R/generic_functions.R
| compute_dist_phy | R Documentation |
compute_dist_phy computes the phylogenetic distances d_ij between all the
tips i, j.
compute_dist_phy(phy)
phy |
a phylogenetic tree of class |
This function relies on ape function
dist.nodes.
a matrix of phylogenetic distances, 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.