oak (version 0.2.1)

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.

.tree

A tree.

degree

integer. Currently not used.

Value

A (possibly empty) list of nodes.