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