coords: Return or set the coords in a Heatmap

Description Usage Arguments Value Examples

Description

Return or set the coords in a Heatmap

Usage

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

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

coords(x) <- value

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

Arguments

x

A heatmap

value

Replacement value

Value

integer, length 2, value of x@coords

Examples

1
2
data(HeatmapExamples)
coords(hm) = c(-100, 100)

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