BCDISPLAY procedure
Displays a classification tree (R.W. Payne).
Option
PRINT = strings
Controls printed output (summary, details, indented,
bracketed, labelleddiagram, numbereddiagram, graph); default * i.e. none
Parameter
TREE = tree
Tree to be displayed
Description
BCDISPLAY displays a classification tree, as constructed by the
BCLASSIFICATION procedure. The tree can be saved from
BCLASSIFICATION (using the TREE option of BCLASSIFICATION),
and is specified using the TREE parameter of BCDISPLAY. The type of output is specified
by the PRINT option, with settings:
summary
prints a summary of the properties of the tree;
details
gives detailed information about the nodes of the tree;
bracketed
display as used to represent an identification key in "bracketed"
form (printed node by node).
indented
display as used to represent an identification key in "indented"
form (printed branch by branch);
labelleddiagram
diagrammatic display including the node labels;
numbereddiagram
diagrammatic display with the nodes labelled by their
numbers;
graph
plots the tree using high-resolution graphics.
Option: PRINT.
Parameter: TREE.
Method
BCDISPLAY displays the tree using procedures BPRINT and
BGRAPH.