ape (version 3.1-4)

triangMtd: Tree Reconstruction Based on the Triangles Method

Description

Fast distance-based construction method. Should only be used when distance measures are fairly reliable.

Usage

triangMtd(X)
triangMtds(X)

Arguments

Value

an object of class "phylo".

References

http://archive.numdam.org/ARCHIVE/RO/RO_2001__35_2/RO_2001__35_2_283_0/RO_2001__35_2_283_0.pdf

See Also

nj, bionj, fastme, njs, mvrs, SDM

Examples

Run this code
data(woodmouse)
tr <- triangMtd(dist.dna(woodmouse))
plot(tr)

Run the code above in your browser using DataCamp Workspace