Description Usage Arguments Value Author(s) Examples
Mainly for debugging
1 | dend.with.cuts(hc.or.dt, cuts = NULL, cut.col = "#ffa050", ...)
|
hc.or.dt |
output of |
cuts |
cut levels to show (cluster numbers) (optional, see description) |
cut.col |
color to use for cut lines ("#ffa050" which is a light orange) |
... |
passed to |
invisible the cut levels corresponding to cuts
Benno Pütz puetz@psych.mpg.de
1 2 | dt <- dummy.tree()
dend.with.cuts(dt)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.