ouNode-class {motifStack} | R Documentation |
ouNode
An object of class "ouNode"
represents a motif node in a cluster tree
Objects can be created by calls of the form new("ouNode", left, right, parent, distl, distr, sizel, sizer)
.
left
:character indicates the name of left leave
right
:character indicates the name of right leave
parent
:character indicates the name of parent node
distl
:numeric indicates the distance of left leave
distr
:numeric indicates the distance of right leave
sizel
:numeric indicates the size of left leave
sizer
:numeric indicates the size of right leave
Get or set the slot of ouNode
new("ouNode", left="A", right="B", parent="Root", distl=1, distr=2, sizel=1, sizer=1)