Change loadings (arrows) length in PCA plot using ggplot2/ggfortify?
问题 I have been struggling with rescaling the loadings (arrows) length in a ggplot2/ggfortify PCA. I have looked around extensively for an answer to this, and the only information I have found either code new biplot functions or refer to other entirely different packages for PCA (ggbiplot, factoextra), neither of which address the question I would like to answer: Is it possible to scale/change size of PCA loadings in ggfortify? Below is the code I have to plot a PCA using stock R functions as