source: branches/tree/HELP_SOURCE/source/resorttree.hlp

Last change on this file was 18769, checked in by westram, 3 years ago
  • move all helpfiles to new source location
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 1.7 KB
Line 
1#Please insert up references in the next lines (line starts with keyword UP)
2UP      arb.hlp
3UP      glossary.hlp
4
5#Please insert subtopic references  (line starts with keyword SUB)
6#SUB    subtopic.hlp
7
8# Hypertext links in helptext can be added like this: LINK{ref.hlp|http://add|bla@domain}
9
10#************* Title of helpfile !! and start of real helpfile ********
11TITLE           Sort Tree Topology
12
13OCCURRENCE      ARB_NT/Tree/Beautify tree/...
14
15                ARB_PARSIMONY/Tree/Beautify tree
16
17DESCRIPTION     Arranges branches and groups according to the size of each
18                subtree. If the size doesn't differ at a furcation, subtrees
19                will be sorted alphabethically. This ensures the sorting is stable.
20
21                Sorting does not change the tree topology, it only swaps branches!
22               
23SECTION         Available sort modes
24
25                The first sort mode sorts the bigger branches to the top,
26                the third sorts them to the bottom.
27
28                The second sort mode sorts the bigger branches to the edges of the
29                tree and the smaller branches to the center.
30
31                The fourth and fifth mode are designed to sort the tree for
32                the radial tree display mode.
33
34                The fourth mode does the opposite of the second mode: it sorts
35                bigger branches to the center and smaller ones to the borders
36                of the tree.
37
38                The fifth mode alternates between second and fourth mode.
39
40NOTES           This facilitates the comparison of tree topologies resulting
41                from different treeing approaches.
42
43                See also LINK{resortbyother.hlp}.
44
45                In ARB_PARSIMONY you cannot select the beautification method: it will
46                always sort bigger branches to top. This will also happen automatically
47                after LINK{pa_optimizer.hlp}.
48
49EXAMPLES        None
50
51WARNINGS        None
52
53BUGS            No bugs known
Note: See TracBrowser for help on using the repository browser.