从包生成的双图的加载比例stats::biplot
和ggplot2::autoplot
从ggfortify
R
包生成的加载比例不同。我怎样才能为从包装stats::biplot
中产生的双图获得相同的载荷比例?ggplot2::autoplot
ggfortify
R
stats::biplot(prcomp(USArrests, scale = TRUE))
library(ggfortify)
ggplot2::autoplot(stats::prcomp(USArrests, scale=TRUE), label = TRUE, loadings.label = TRUE)