ouNode-class: Class 'ouNode'

Description Usage Arguments Objects from the Class Examples

Description

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

Usage

1
2
## S4 method for signature 'ouNode'
x$name

Arguments

x

A ouNode object

name

slot name of ouNode object

Objects from the Class

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

Examples

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

motifStack documentation built on Nov. 8, 2020, 7:43 p.m.