Re: [R] Getting individual co-ordinate points in k medoids cluster

2024-09-17 Thread Sarah Goslee
Hi Nick, If you're asking about the coordinates used in the plot produced by fviz_cluster(), you're looking in the wrong place. The 2D plot isn't anything intrinsic to the clustering. Instead, that plot is of the first two principal components. From the help: "Observations are represented by poi

[R] Getting individual co-ordinate points in k medoids cluster

2024-09-17 Thread Nick Wray
Hello I am using k medoids in R to generate sets of clusters for datasets through time. I can plot the individual clusters OK but what I cannot find is a way of pulling out the co-ordinates of the individual points in the cluster diagrams - none of the kmed$... info sets seems to be this. Beneat