Fit K-means to klassets_cluster
object using stats::kmeans
Arguments
- df
A
klassets_cluster
object.- centers
A numeric value to pass to
stats::kmeans
method. The famous k parameter.- ...
Extra parameter for
stats::kmeans
function.
Examples
set.seed(12)
df <- sim_groups(n = 200, groups = 3)
plot(df)
dfc <- fit_statskmeans(df, centers = 4)
plot(dfc)