Skip to content

Commit 00a4327

Browse files
committed
readded plotting of the dendrogram
1 parent 9112360 commit 00a4327

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

vignettes/Market-segmentation.Rmd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -541,6 +541,7 @@ set.seed(1234)
541541
# Figure 12
542542
dist_matrix_f <- dist(t(ausActiv), method="binary")
543543
ward_cluster_f <- hclust(dist_matrix_f, "ward.D2")
544+
plot(ward_cluster_f)
544545
545546
clusters_f <- cutree(ward_cluster_f, k = 15)
546547
plot(ward_cluster_f, main = "Dendrogram of Australian Vacation Activities",

0 commit comments

Comments
 (0)