I am running the ggbiplot package to run a PCA analysis of my data. Data are organized as rownames as the names of the samples and 4 columns with data.
But there are many rows, more than 1000.
When running ggbiplot I get this graphic shown below, which is nicely separating my data
[![PCA analysis by means of ggbiplot[1]](https://i.stack.imgur.com/HrrUU.png)
As you can see samples names are stuck together so they are not easily recognized, and I would like to extract the rownames containing every sample of these 9 groups to get an idea of what is separating these data. One idea is to extract data using a determined range of the X and Y axis
Is there any way to get it? ggbiplot is working with a "prcomp" class file