BGRAPH procedure
Plots a tree (R.W. Payne).
Option
Parameters
Description
BGRAPH plots a tree. The tree to be plotted is specified by the TREE parameter. BGRAPH arranges the nodes with the root at the top and the terminal nodes at the bottom of the plot. The terminal nodes are arranged automatically across the screen, but the x-coordinates can be specified explicitly using the XTERMINAL parameter. The SIZE option allows the size of the node labels to be adjusted by a scaling factor (default 1).
Option: SIZE.
Parameters: TREE, XTERMINAL.
Method
BGRAPH uses the standard tree functions to parse the tree and thus decide where to plot each node.