Learn R Programming

GeneralTree (version 0.0.1)

have_parent: Returns true when the node has a parent.

Description

Returns true when the node has a parent.

Usage

have_parent(self, private)

Arguments

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

Value

TRUE when the node has a parent.