I\'m running kmeans using the following code in RStudio (Version 1.3.1093):
km.res <- eclust(df, "kmeans", k = 3, nstart = 25, graph = FALSE)
but