I have done PCA on my data. It has a lot of features, so I want to project all points in the PCA plot to PC1 to see the separation between all points.
I am not entirely sure on how to do it. I have been trying to use the ggplot function, but it seems like it requires at least x and y axis to be able to work.
Any recommendations on how to perform this will be much appreciated.