R 中热图的调色和比例
原文:tweaking colours and scales of heatmap in R
原文:tweaking colours and scales of heatmap in R
我正在用 R 和 lattice 的函数级别( ) 进行热映射。 我使用的命令是: 数据 <- read.table (" data_ corr", header=T) 库( gplots) 库( lattice) z < - cor( data)...