children: Children of a node
Description
The function children
returns the children
of a node in a given tree.
Usage
children(.node, .tree, degree = 1L)
Arguments
.node
node or character. The node or node label considered.
degree
integer. Currently not used.
Value
A (possibly empty) list of nodes.