plot_dendrogram {didec}R 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


[Package didec version 0.1.0 Index]