dist.phylo {ape} | R Documentation |
This function computes the pairwise distances between the pairs of tips from a phylogenetic tree using the branch lengths of the latter.
dist.phylo(phy)
phy |
an object of class "phylo" . |
a numeric matrix with the names of the tips (as given by the element
tip.label
of the argument phy
) as colnames and rownames.
Julien Claude claude@isem.univ-montp2.fr and Emmanuel Paradis paradis@isem.univ-montp2.fr
read.tree
to read tree files in Newick format