ggbiplot
以前使用没有问题,prcomp
但现在没有。我收到的只是以下错误代码:
plot_label 中的错误(p = p,数据 = plot.data,label = label,label.label = label.label,:不支持的类:prcomp
我已经安装了ggbiplot
usingdependencies=TRUE
以及其他关于类似问题的所有其他帖子,但我仍然收到此消息。
任何帮助表示赞赏。
mypca <- prcomp(mydata, center=TRUE, scale.=TRUE)
ggbiplot(mypca, center=TRUE, scale.=TRUE)
plot_label 中的错误(p = p,数据 = plot.data,label = label,label.label = label.label,:不支持的类:prcomp