BJOIN directive
Extends a tree by joining another tree to a terminal node.
No options
Parameters
Description
BJOIN provides the basic tree utility of joining a tree to the terminal node of a tree. Other tree utilities are described in the description of the TREE directive (which declares and initializes a tree).
The tree to be extended is specified by the TREE parameter, and the NODE parameter indicates the node at which the tree is to be joined. The JOINTREE parameter specifies the tree to be joined onto the tree, and the NEWNODES parameter saves a variate containing the numbers of the nodes of the JOINTREE in the new tree.
Options: none.
Parameters: TREE, NODE, JOINTREE, NEWNODES.