plot_dendrogram: plotting a dendrogram with colored branches

View source: R/plot.R

plot_dendrogramR Documentation

plotting a dendrogram with colored branches

Description

plotting a dendrogram with colored branches

Usage

plot_dendrogram(
  dend,
  num.cluster = num.cluster,
  linkage = FALSE,
  ylab = ylab,
  cex.lab = 0.6,
  cex.axis = 0.6
)

Arguments

dend

a dendrogram

num.cluster

the number of colored branches

linkage

logical; if 'True', the linkage method is used

ylab

a string

cex.lab

a value

cex.axis

a value

Value

plot


didec documentation built on Sept. 14, 2024, 9:07 a.m.

Related to plot_dendrogram in didec...