Learn R Programming

motifStack (version 1.16.0)

ouNode-class: Class ouNode

Description

An object of class "ouNode" represents a motif node in a cluster tree

Arguments

Objects from the Class

Objects can be created by calls of the form new("ouNode", left, right, parent, distl, distr, sizel, sizer).

Slots

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

Methods

$, $<-
Get or set the slot of ouNode

Examples

Run this code
 new("ouNode", left="A", right="B", parent="Root", distl=1, distr=2, sizel=1, sizer=1)

Run the code above in your browser using DataLab