powered by
FitKMeans
PlotHartigan(hartigan, title = "Hartigan's Rule", smooth = FALSE, linecolor = "grey", linetype = 2L, linesize = 1L, minor = TRUE)
kmeans
data(iris) hartiganResults <- FitKMeans(iris[, -ncol(iris)]) PlotHartigan(hartiganResults)
Run the code above in your browser using DataLab