image {heatmaps} | R Documentation |
Return or set the image in a Heatmap
## S4 method for signature 'Heatmap' image(x) image(x) <- value ## S4 replacement method for signature 'Heatmap' image(x) <- value
x |
A heatmap |
value |
Replacement value |
matrix, from hm@image
data(HeatmapExamples) image(hm) = log(image(hm)) scale(hm) = c(0, max(image(hm)))