Learn R Programming

GeneralTree (version 0.0.1)

have_private_siblings: Tell whether the current node has private siblings.

Description

Tell whether the current node has private siblings.

Usage

have_private_siblings(self, private)

Arguments

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

Value

TRUE when the node has private siblings.