我想在 R 中使用 heatmap.2 来绘制热图。像这样:
library(gplots)
heatmap.2(as.matrix(data), col=redgreen(75), scale="row", key=T,
keysize=1.5,density.info="none", trace="none",cexCol=0.9, labRow=NA)
但是,当它运行时,会发生这样的错误:
Error in setmid(d[[j]], type) : node stack overflow
谁能给我一些建议?