Cluster function

Cluster things

Cluster things

Cluster(Data, min_cluster_size)

Arguments

  • Data: S (sample) matrix
  • min_cluster_size: the minimum size required for a cluster

Returns

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)
  • Maintainer: Alexander Hayward
  • License: MIT + file LICENSE
  • Last published: 2024-11-14