label {heatmaps} | R Documentation |
Return or set the label in a Heatmap
label(x) ## S4 method for signature 'Heatmap' label(x) label(x) <- value ## S4 replacement method for signature 'Heatmap' label(x) <- value
x |
A heatmap |
value |
Replacement value |
character, value of hm@label
data(HeatmapExamples) label(hm) = "NewLabel" label(hm) # "NewLabel"