I have a dataset (already scaled) consisting of a total of 8 columns:
- first column indicating the assigned cluster each observation belongs,
- and, 7 dependent variables (each in a different column).
I would like to develop a Clustering Visualization through a Coordinate Plot in R, just like shown in the following blog (http://blog.datascienceheroes.com/short-lesson-on-cluster-analysis/).
Could anyone help me with this?