describe {dexisensitivity} | R Documentation |
Generic Describe Function for Objects
Description
Provides a comprehensive description of an object.
Usage
describe(object)
Arguments
object |
The object to be described. |
Value
No return value, called for the side effect of a description of the object (description of each node in case of a Tree object)
See Also
-
Tree-class
: For the Tree class definition. -
print.Tree
: For printing a Tree object. -
show.Tree
: For showing a Tree object.
[Package dexisensitivity version 1.0.1 Index]