Learn R Programming

GeneralTree (version 0.0.1)

is_last_sibling: Tell whether the current node is the last sibling.

Description

Tell whether the current node is the last sibling.

Usage

is_last_sibling(self, private)

Arguments

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

Value

TRUE when the node is the last sibling.