label: Return or set the label in a Heatmap

Description Usage Arguments Value Examples

Description

Return or set the label in a Heatmap

Usage

1
2
3
4
5
6
7
8
9
label(x)

## S4 method for signature 'Heatmap'
label(x)

label(x) <- value

## S4 replacement method for signature 'Heatmap'
label(x) <- value

Arguments

x

A heatmap

value

Replacement value

Value

character, value of hm@label

Examples

1
2
3
data(HeatmapExamples)
label(hm) = "NewLabel"
label(hm) # "NewLabel"

heatmaps documentation built on Nov. 8, 2020, 7:32 p.m.