Description Usage Arguments Value Examples
Title Clustering Using Euclidean distances
1 | cluster_euclidean(x, k.gap, plot.clustering)
|
x |
data matrix |
k.gap |
positive integer specifying the number of clusters, less than the number of observation. Default value is 10. |
plot.clustering |
if TRUE (default) a 2-dimensional “clusplot” plot will be printed |
vector with the new assigned clusters
1 | # cluster_euclidean(subx, k.gap = 5, plot.clustering = TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.