Description Usage Arguments Objects from the Class Examples
An object of class "ouNode"
represents a motif node in a cluster tree
1 2 | ## S4 method for signature 'ouNode'
x$name
|
x |
A ouNode object |
name |
slot name of ouNode object |
Objects can be created by calls of the form
new("ouNode", left, right, parent, distl, distr, sizel, sizer)
.
1 | new("ouNode", left="A", right="B", parent="Root", distl=1, distr=2, sizel=1, sizer=1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.