来自stats::biplot
ggplot2::autoplot
包裹的ggfortify
和R
制作的双版图的加载比例是不同的。如何从stats::biplot
ggplot2::autoplot
包ggfortify
和R
生成的biplots获得相同的加载比例?
stats::biplot(prcomp(USArrests, scale = TRUE))
library(ggfortify)
ggplot2::autoplot(stats::prcomp(USArrests, scale=TRUE), label = TRUE, loadings.label = TRUE)