Rdocumentation
powered by
Learn R Programming
GeneralTree (version 0.0.1)
left_child: Return the left child of the node.
Description
Return the left child of the node.
Usage
left_child(self, private)
Arguments
self
The node that should be inspected.
private
The private members of a node.
Value
The left child of the node or
NULL
otherwise.