Learn R Programming

GeneralTree (version 0.0.1)

have_siblings: Tell whether the current node has siblings.

Description

Tell whether the current node has siblings.

Usage

have_siblings(self, private)

Arguments

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

Value

TRUE when the node has siblings.