Plots different representative exploration plots for a tree intree. Three options exist (see below). When it makes sense, plot is offset by XYZ 3-tupel DD and coloured with RGB 3-tupel (or Nx1 vector, a colour value per node) color as in “plot_tree”. HT contains handles to font objects while HP contains the handles to the graphical objects.

Example 1:
graph representation of the tree

>> xplore_tree (sample2_tree)

TREES

Example 2:
regions of a tree are highlighted

>> xplore_tree (sample2_tree, '-2')

TREES

Example 3:
tree plotted in the three planes xy yz xz

>> xplore_tree (sample2_tree, '-3')

TREES

Creative Commons License
This work is licensed under a Creative Commons Attribution-Noncommercial-Share Alike 3.0 License