describe-Tree-method: Describe Method for Tree Class Objects

describe,Tree-methodR Documentation

Describe Method for Tree Class Objects

Description

Outputs a detailed structure of a Tree object, with each node and its properties displayed distinctly.

Usage

## S4 method for signature 'Tree'
describe(object)

Arguments

object

The Tree object to be described.

Details

Each node within the Tree is presented separately. If the Tree lacks nodes, an error "Tree without any node!" is raised.

Value

This function is primarily executed for its side effect of presenting nodes from the Tree object and does not provide a meaningful return value.

See Also

  • Tree-class: For the Tree class definition.

  • print.Tree: For printing a Tree object.

  • show.Tree: For showing a Tree object.


dexisensitivity documentation built on Oct. 30, 2024, 1:08 a.m.