【发布时间】:2021-06-26 23:01:23
【问题描述】:
我的代码:
heatmap.2(cor_r, cellnote = sym2, notecol = "black", key = T, keysize = 0.5, key.par = list, Rowv = as.dendrogram(hclust.signs), Colv = as.dendrogram(hclust.areas), trace = "none", margins = c(10,10), col = my_palette, breaks = col_breaks, lmat=rbind(4:3,2:1))
两个问题:
- 没有显示颜色键。
- 当我重新运行代码时,RStudio 出现故障。
【问题讨论】: