悬赏 5 个论坛币 未解决
新手,学习需要,下面是我写的代码
install.packages("corrplot")
library("corrplot")
data<-read.csv("dishibianle.csv",sep=",",header=T)
corrplot(data)
我的data已经run了 是一个13*19的exl表格CSV格式的
错误显示
Error in matrix(if (is.null(value)) logical() else value, nrow = nr, dimnames = list(rn, :
length of 'dimnames' [2] not equal to array extent
求大佬指点