plotHeatmap: Plot a Heatmap object to the device

Description Usage Arguments Value Methods (by class) See Also Examples

Description

Plot a Heatmap object to the device

Usage

1
2
3
4
plotHeatmap(heatmap, options = NULL, ...)

## S4 method for signature 'Heatmap'
plotHeatmap(heatmap, options = NULL, ...)

Arguments

heatmap

A heatmap object

options

A list containing plotting options

...

Used for passing individual options

This function will take a heatmap and plot it to the device with the specified options. Options can be passed together in a list or individually as additional arguments. If passing options as a list, it's best to first create a list containing the default settings using heatmapOptions() andmethod then setting options individually.

plotHeatmap() does not control device settings at all, these can be set using plotHeatmapList() and the relevant options in heatmapOptions()

See ?heatmapOptions for a full list of options.

Value

invisible(0)

Methods (by class)

See Also

heatmapOptions plotHeatmapList

Examples

1
2

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