I have performed k-means clustering in R, and I am having trouble analyzing the results. I am simply trying to create a data frame containing the imported data frame together with the cluster ID and cluster center for each observation so I can further explore the accuracy of the results, such as the percentage of observations in between 1/2 standard deviations and so on.I have performed k-means clustering in R, and I