Rdocumentation
powered by
Learn R Programming
GeneralTree (version 0.0.1)
is_root: Tell whether the passed node is the root of the tree.
Description
Tell whether the passed node is the root of the tree.
Usage
is_root(self, private)
Arguments
self
The node that refers to the tree.
private
The private members of a node.
Value
TRUE
when the node is the root of the tree.