Rdocumentation
powered by
Learn R Programming
GeneralTree (version 0.0.1)
nodeInfoToString: Convert a node to string.
Description
Convert a node to string.
Usage
nodeInfoToString(self, what = c("id", "data"))
Arguments
self
the GeneralTree node that should be converted to a string.
what
what should be converted to a string.
Value
A string object that represents the node.