outgoing: Creates an outgoing tree from a given undirected treee.
Description
Creates an outgoing tree from a given undirected treee.
Usage
outgoing(tree, dir_tree = NULL, a = NULL, b = 1)
Arguments
- tree
Input tree, undirected.
- dir_tree
Directionalities that must be present.
- a
The node being inspected.
- b
The neighbor being inspected.