Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 R 中从 StatDA 调用 parcoord() 时遇到问题。我的代码如下:
library(StatDA) parcoord(ice[1:8],col=c(rep(1,50),rep(2,50),rep(3,50)))
我不知道我做错了什么