print-Node-method: Print Method for Node Class Object

print,Node-methodR Documentation

Print Method for Node Class Object

Description

Provides a comprehensive display of a Node's properties, such as its name, ID, depth, path, and more. This method is intended for better readability and understanding of a Node's structure and relationships.

Usage

## S4 method for signature 'Node'
print(x, ...)

Arguments

x

An object of class Node that you want to print.

...

Additional arguments to be passed to the underlying print function, though they might not have any effect in this custom print method.

Value

This function is invoked for its side effect of printing. It does not return anything.

See Also

  • Node-class: For more details on the Node class.


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