Learn R Programming

GeneralTree (version 0.0.1)

isSingletonTree: Informs whether the tree is a singleton tree.

Description

Informs whether the tree is a singleton tree.

Usage

isSingletonTree(self, private)

Arguments

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

Value

TRUE if the node contains only a single element i.e. the root node.