Rdocumentation
powered by
Learn R Programming
GeneralTree (version 0.0.1)
addSiblingNode: Add a node to the list of siblings of the current node.
Description
Add a node to the list of siblings of the current node.
Usage
addSiblingNode(self, private, node)
Arguments
self
The point in the tree where the sibling should be added.
private
The private part of the tree.