| triangMtd {ape} | R Documentation |
Fast distance-based construction method. Should only be used when distance measures are fairly reliable.
triangMtd(X) triangMtds(X)
X |
a distance matrix |
.
an object of class "phylo".
Andrei Popescu niteloserpopescu@gmail.com
http://archive.numdam.org/ARCHIVE/RO/RO_2001__35_2/RO_2001__35_2_283_0/RO_2001__35_2_283_0.pdf
nj, bionj, fastme,
njs, mvrs, SDM
data(woodmouse) tr <- triangMtd(dist.dna(woodmouse)) plot(tr)