fviz_dendrogram: Visualize HCPC hclus trees.

Description Usage Arguments Value

View source: R/fviz-dendrogram.R

Description

Visualize HCPC hclus trees.

Usage

1
2
3
4
fviz_dendrogram(res_hcpc, palette = NULL, cluster = 1, labels = FALSE,
  circle = FALSE, hline = 0.8, pointsize = 2, linetype = "dashed",
  myriad = TRUE, 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.

myriad

use Myriad Pro font (boolean).

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 May 18, 2019, 5:47 a.m.