Description Usage Arguments Value Examples
Title Deciding on number of clusters by using Hierarchical clustering euclidean
1 | hclust_euc(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 |
y |
Dependent variable |
summary table of the distribution to clusters
1 | hclust_euc(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.