Learn R Programming

GeneralTree (version 0.0.1)

have_child: Tell whether the current node has childeren.

Description

Tell whether the current node has childeren.

Usage

have_child(self, private)

Arguments

self
The node that should be inspected.
private
The private members of a node.

Value

TRUE when the node has children.