Cluster {phytoclass} | R Documentation |
Cluster things
Description
Cluster things
Usage
Cluster(Data, min_cluster_size)
Arguments
Data |
S (sample) matrix |
min_cluster_size |
the minimum size required for a cluster |
Value
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.
Examples
Cluster.result <- Cluster(Sm, 14)
Cluster.result$cluster.list
plot(Cluster.result$cluster.plot)
[Package phytoclass version 1.2.0 Index]