-
Notifications
You must be signed in to change notification settings - Fork 11
Tree Types
Tony Boyles edited this page Feb 15, 2019
·
1 revision
TidyTree provides three different types of trees. They are:
In this context, a "Tree" is a tree in which each node is located according to the number of branches between it and the root node.
A Weighted Dendrogram uses reported branch lengths to determine how far away from the root node any given node should be located. This is probably the one you'll want to use.
An unweighted dendrogram places all leaf nodes at the "bottom" of the diagram, and distributes the branches as evenly as possible up to the root node.
Because distances in an unweighted dendrogram are completely arbitrary.