phy2dist {rdiversity} | R Documentation |
Phylogenetic pairwise tip distance matrix
Description
Converts any phylo
object to a matrix of pairwise tip-to-tip distances.
Usage
phy2dist(tree, precompute_dist = TRUE)
Arguments
tree |
object of class |
precompute_dist |
object of class |
Value
phy2sim(x)
returns an object of class distance
containing a matrix
of pairwise tip-to-tip distances.
[Package rdiversity version 2.2.0 Index]