xm {heatmaps}R Documentation

Generate co-ordinates for each row of the image matrix of a Heatmap

Description

Generate co-ordinates for each row of the image matrix of a Heatmap

Usage

xm(x)

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

Arguments

x

A Heatmap

Value

numeric, a list of co-ordinates for plotting values in hm@image

Methods (by class)

Examples


data(HeatmapExamples)
xm(hm)

[Package heatmaps version 1.17.0 Index]