Cluster {phytoclass} | R Documentation |
Cluster things
Cluster(Data, min_cluster_size)
Data |
S (sample) matrix |
min_cluster_size |
the minimum size required for a cluster |
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)