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()
.
# S4 method for Node
as.character(x)# S4 method for Node
show(object)
# S4 method for Node
print(x)
# S4 method for Node
summary(object)
# S4 method for Node,character,missing,missing
[(x, i, j, ..., drop = TRUE)
Node
object
Node
object
slot name
missing
missing
missing
id
unique ID for node in tree['ndlst']
spn
length of preceding branch
prid
parent node ID
ptid
child node ID
kids
descending tip IDs
nkids
number of descending tip IDs
txnym
list of associated taxonyms
pd
total branch length represented by node
prdst
total branch length of connected prids
root
T/F root node?
tip
T/F tip node?