I have a question about Kmeans in R. I have a dataframe like the IRIS data that is available in R. I found a website where they create a kmeans result that i like:
My question is, I want to reproduce the figure with my own data (dataframe 100X4) but i can't find how to do that. Can anyone help me with this?