The Node is an S4 class used for displaying node information.
It is only generated when a user implements the [[]] on a tree. Information
is only accurate if tree has been updated with updateTree().
Usage
# S4 method for class 'Node'
as.character(x)
# S4 method for class 'Node'
show(object)
# S4 method for class 'Node'
print(x)
# S4 method for class 'Node'
summary(object)
# S4 method for class 'Node,character,missing,missing'
x[i, j, ..., drop = TRUE]Slots
idunique ID for node in tree['ndlst']
spnlength of preceding branch
pridparent node ID
ptidchild node ID
kidsdescending tip IDs
nkidsnumber of descending tip IDs
txnymlist of associated taxonyms
pdtotal branch length represented by node
prdsttotal branch length of connected prids
rootT/F root node?
tipT/F tip node?
