I would like to get variables from a specific component (COMP 2) :
> pca$eig
eigenvalue percentage of variance cumulative percentage of variance
comp 1 3.8167747447 47.709684309 47.70968
comp 2 2.0680904354 25.851130442 73.56081
comp 3 0.9728158313 12.160197892 85.72101
comp 4 0.7962420036 9.953025045 95.67404
comp 5 0.1792036107 2.240045134 97.91408
comp 6 0.0924269941 1.155337427 99.06942
comp 7 0.0740850743 0.926063429 99.99548
comp 8 0.0003613058 0.004516322 100.00000
Is there's any command in R I can use to do this?
factorextra::get_pca_var()