describe,Tree-method | R Documentation |
Outputs a detailed structure of a Tree object, with each node and its properties displayed distinctly.
## S4 method for signature 'Tree'
describe(object)
object |
The Tree object to be described. |
Each node within the Tree is presented separately. If the Tree lacks nodes, an error "Tree without any node!" is raised.
This function is primarily executed for its side effect of presenting nodes from the Tree object and does not provide a meaningful return value.
Tree-class
: For the Tree class definition.
print.Tree
: For printing a Tree object.
show.Tree
: For showing a Tree object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.