Displaying 1 result from an estimated 1 matches for "tp25036103p25038995".
2009 Aug 19
1
moving color key in heatmap
Dear list,
I have a question on moving color keys when side color bars are added to a heatmap.
The R code below produces the color key in the upper left corner. Notice I have added side bars to the heatmap, but how could I move the color key below the image?
------
library(gplots)
data(mtcars)
x <- as.matrix(mtcars)
rc <- rainbow(nrow(x), start=0, end=.3)
cc <- rainbow(ncol(x),