Description Usage
View source: R/Kmeans.R
kmeans analysis used in shiny app.
1 2 3 4
Kmeans(data, vars, infgr = 1, supgr = 10, Centers = 5, Criterion = c("calinski", "ssi")[1], Iter = 100, iterMax = 10, Algorithm = c("Hartigan-Wong", "Lloyd", "Forgy")[1], subset = "all", clusterName = "kmeansCluster", seed = 123, addVar = T)
Add the following code to your website.
REMOVE THIS Copy to clipboard
For more information on customizing the embed code, read Embedding Snippets.