triangMtd | 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
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.