Description Usage Arguments Value Methods (by class) See Also Examples
Plot a Heatmap object to the device
1 2 3 4 | plotHeatmap(heatmap, options = NULL, ...)
## S4 method for signature 'Heatmap'
plotHeatmap(heatmap, options = NULL, ...)
|
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. |
invisible(0)
Heatmap
: Plot a Heatmap object to the device
heatmapOptions plotHeatmapList
1 2 | data(HeatmapExamples)
plotHeatmap(hm, color="Blues")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.