Mercurial > repos > moheydarian > heatmap2
diff heatmap2.R @ 19:d3e13bf56f72 draft
Uploaded
| author | moheydarian |
|---|---|
| date | Thu, 27 Apr 2017 13:43:32 -0400 |
| parents | 5d1db70d6df0 |
| children | 2c2a001e4c73 |
line wrap: on
line diff
--- a/heatmap2.R Thu Apr 27 13:41:52 2017 -0400 +++ b/heatmap2.R Thu Apr 27 13:43:32 2017 -0400 @@ -98,6 +98,6 @@ colorscale heatmap.2(linput, dclust, hclust, scale = options$scale, rlabs,clabs, - col=colfunc(50), trace="none", density.info = "none", labs, margins=c(8,2), + col=colfunc(50), trace="none", density.info = "none", margins=c(8,2), main = options$title, key.xlab= options$key, keysize=1) dev.off()
