Hi Friends
I am doing a dendrogram but there is a lot of space between the labels and the dendrogram, with what function can I reduce that space. Please.
distancia <- dist.binary(data, method = 1)
cluster <- hclust(distancia, method = "ward.D2")
fviz_dend(cluster, horiz = T, k = 4, color_labels_by_k = F, rect = T, lower_rect = 0, palette = "lancet", rect_border = "lancet", rect_fill = T, lwd = 1)