scale {heatmaps} | R Documentation |
Return or set the scale in a Heatmap
scale(x) ## S4 method for signature 'Heatmap' scale(x) scale(x) <- value ## S4 replacement method for signature 'Heatmap' scale(x) <- value
x |
A heatmap |
value |
Replacement value |
numeric, length 2, the value of hm@scale
data(HeatmapExamples) scale(hm) = c(-1000, 1000)