【发布时间】:2017-07-11 04:59:41
【问题描述】:
我在 corrplot 中使用 hclust 来生成绘图。由于聚类,列名的顺序与矩阵的顺序明显不同。有没有办法按照它们在图上出现的顺序来获取列名和行名?我有超过 625 行。
corrplot(trait.matrix, tl.cex = 0.3, col = col12(400), method = "color",
cl.lim = c(0,1), order="hclust", addgrid.col = NA, tl.col = "black")
【问题讨论】:
标签: r plot r-corrplot