clustering: Title Clustering

Description Usage Arguments Value Examples

Description

Title Clustering

Usage

1
clustering(x, k.gap = 2, method = "Euclidean", plot.clustering = TRUE)

Arguments

x

data matrix

k.gap

positive integer specifying the number of clusters, less than the number of observation. Default value is 10.

method

Indicating which method to use for clustering. Default is 'Euclidean'.

plot.clustering

if TRUE (default) a 2-dimensional “clusplot” plot will be printed

Value

vector withnew assigned clusters

Examples

1
 clustering(subx, k.gap = 5, method='Euclidean', plot.clustering=TRUE)

HBPMedical/CCC documentation built on May 28, 2019, 12:40 p.m.