ym {heatmaps}R Documentation

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

Description

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

Usage

ym(x)

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

Arguments

x

A Heatmap

Value

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

Methods (by class)

Examples


data(HeatmapExamples)
ym(hm)

[Package heatmaps version 1.6.0 Index]