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), col = c("magenta3", "slateblue3" ))
Any help is appreciated!