View source: R/fviz-dendrogram.R
fviz_dendrogram | R Documentation |
Visualize HCPC hclus trees.
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
)
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. |
ggplot2 dendrogram visualization.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.