fviz_dendrogram: Visualize HCPC hclus trees.

View source: R/fviz-dendrogram.R

fviz_dendrogramR Documentation

Visualize HCPC hclus trees.

Description

Visualize HCPC hclus trees.

Usage

fviz_dendrogram(
  res_hcpc,
  palette = NULL,
  cluster = 1,
  labels = FALSE,
  circle = FALSE,
  hline = 0.8,
  pointsize = 2,
  linetype = "dashed",
  cut_height = NULL,
  title = NULL,
  cut_upper = NULL,
  colour_upper = "#555555",
  hlabel = NULL,
  hlabel_pos = 0.001
)

Arguments

res_hcpc

(s)HCPC results.

palette

colour definition per cluster.

cluster

amount of clusters.

labels

plot labels (boolean).

circle

plot circle (boolean).

hline

hline height.

pointsize

leaves pointsize.

linetype

hline linetype.

cut_height

cut dendrogram at specific hight.

title

the plot title.

cut_upper

style upper dendrogram.

colour_upper

colour of the upper dendrogram.

hlabel

label of hline.

hlabel_pos

position of hlabel.

Value

ggplot2 dendrogram visualization.


inventionate/TimeSpaceAnalysis documentation built on June 13, 2025, 2:48 p.m.