Description Usage Arguments Details Value Author(s) Examples
The number shoud be reasonably small to keep the example results clear.
1 | dummy.tree(n = 9, cuts = default.cuts(n), ..., seed = 1234)
|
n |
number of classes [9] |
cuts |
vector of cut numbers |
... |
ignored |
seed |
seed for randoom numbers to make code reproducible |
The cut
vector specifies the number of branches in the dendrogram at
which the cuts should be made.
cutree result
Benno Pütz puetz@psych.mpg.de
1 2 3 | dummy.tree()
dummy.tree(25)
dend.with.cuts(dummy.tree(25))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.