Learn R Programming

ADPclust (version 0.6.5)

findCluster: User-interactive Finding Clusters

Description

Uses f and delta (calculated from findRd()) to find clusters.

Usage

findCluster(x, mycols = NULL)

Arguments

x
a list. Return value from findRd2(). The list contains "f", "delta", "dat", and "distm".
mycols
a vector of character string. Colors to be used to distinguish different cluster.

Value

a list of the following items:
  • f: vector of f's.
  • delta: vector of delta's.
  • icenter: indices of cluster centers.
  • clusters: integer string recording cluster assignments.
  • score: silouette of the clustering result.
  • h: bandwith h.

Details

findCluster() plots f vs. delta plot, then allows user to select centers of clusters and outliers.

Examples

Run this code
## Internal examples

Run the code above in your browser using DataLab