Learn R Programming

GeneralTree (version 0.0.1)

isRootDiscovered: Returns whether the node has the is_root_discovered bit set.

Description

Returns whether the node has the is_root_discovered bit set.

Usage

isRootDiscovered(self, private)

Arguments

self
The node where to start.
private
The private members of a node.

Value

TRUE if the node has the is_root_discovered bit set.