Cluster: Cluster things

View source: R/Cluster.R

ClusterR 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)

phytoclass documentation built on April 4, 2025, 4:02 a.m.