标签: r r-corrplot
这是我的代码:
library(corrplot) M <- cor(test.active) corrplot(M, method = "circle")
这是错误消息:
"Error in cor(test.active) : could not find function "cor""
您知道我该如何解决这个问题?