Questions tagged [biplot]

46 questions
-1
votes
2 answers

R-Hiding/Deleting Vectors in my biplot with PCA

So I just want to be able to clearly see the points, and get rid of the vectors, because I am not interpreting those, here is my code: FrogPCA <- prcomp(FrogData[,3:12], center=TRUE, scale=TRUE) summary(FrogPCA) biplot(FrogPCA, choices = c(1,2),…
1 2 3
4