gpt4 book ai didi

r - 如何在简单矩阵中使用 corrplot

转载 作者:行者123 更新时间:2023-12-04 17:09:23 25 4
gpt4 key购买 nike

我有一个简单的 8 x 8 矩阵

M <- matrix(rnorm(64), nrow=8, ncol=8) 

我应该如何转换它以使用 library(corrplot) 绘制它?没有转换的错误是:
corrplot.mixed(M)

Error in corrplot(corr, type = "upper", method = upper, diag = TRUE, tl.pos = tl.pos, : The matrix is not in [-1, 1]! which I guess would assume that the matrix should be [-1, 1]?

最佳答案

只需指出它不是相关矩阵:

library(corrplot)
corrplot(M, is.corr = FALSE, method = "square")

enter image description here

关于r - 如何在简单矩阵中使用 corrplot,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26202670/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com