File: dendextend.R

package info (click to toggle)
r-cran-dendextend 1.14.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 2,888 kB
  • sloc: sh: 13; makefile: 2
file content (23 lines) | stat: -rw-r--r-- 440 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
library(dendextend)


##############################
### Nice visual manipulations:
example(labels_colors)
example(rotate.dendrogram)
example(prune.dendrogram)
example(unroot.dendrogram)
example(raise.dendrogram)
example(flatten.dendrogram)


##############################
### Object manipulation
example("labels<-.dendrogram")
example(nleaves)
example(count_terminal_nodes)
example(unclass_dend)
example(head.dendrogram)


# demo("demo")