ouNode-class: Class 'ouNode'

ouNode-classR Documentation

Class ouNode

Description

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

Usage

## 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


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


jianhong/motifStack documentation built on May 8, 2024, 12:14 a.m.