Cluster things
Cluster(Data, min_cluster_size)
Data
min_cluster_size
A named list of length two. The first element "cluster.list" is a list of clusters, and the second element "cluster.plot" the cluster analysis object (dendogram) that can be plotted.
Cluster.result <- Cluster(Sm, 14) Cluster.result$cluster.list plot(Cluster.result$cluster.plot)
Useful links