Learn R Programming

motifStack (version 1.16.2)

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).

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