Rdocumentation
powered by
Learn R Programming
GeneralTree (version 0.0.1)
searchNode: Search for an id in starting at a point in the tree and return the node matching the id.
Description
Search for an id in starting at a point in the tree and return the node matching the id.
Usage
searchNode(self, id)
Arguments
self
the node where to start searching.
id
the id to look for.
Value
The data associated with an id.