Learn R Programming

GeneralTree (version 0.0.1)

root: Return the root of the node.

Description

Return the root of the node.

Usage

root(self, private)

Arguments

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

Value

The root node.