Rdocumentation
powered by
Learn R Programming
GeneralTree (version 0.0.1)
isDiscovered: Informs whether the node has the discovered bit set.
Description
Informs whether the node has the discovered bit set.
Usage
isDiscovered(self, private)
Arguments
self
The node where to start.
private
The private members of a node.
Value
TRUE
if the node has the discovered bit set.