next up previous contents
Next: Annotating Plots and Graphs Up: Drawing Trees Previous: Rooted Binary Trees

Unrooted Binary Tree

The following function
DarwUnrootedTree(t : Tree, title : string)
generates the unrooted binary tree specified by the Tree structure t. Figure [*] contains the unrooted version of the tree from Figure [*]. There trees are also referred to as circular divergence trees.


  
Figure: An example of a unrooted tree in Darwin. The small circle represents the hypothesized location of the root.
\begin{figure}\centerline{\psfig{file=Diagrams/unrooted.ps}}
\end{figure}



Gaston Gonnet
1998-09-15