etree-size {etree} | R Documentation |
Size of Energy Trees
Description
Depth and width of an Energy Tree.
Usage
depth(x, ...)
width(x, ...)
Arguments
x |
An object of class |
... |
Additional arguments. |
Value
depth()
returns the depth of the tree and width()
gives the
number of terminal nodes.
Functions
-
depth
: Depth of the three. -
width
: Number of terminal nodes in the tree.
[Package etree version 0.1.0 Index]