draw_heatmap {heatmapFlex} | R Documentation |
Function to draw a heatmap based on prepared "display list" (dl)
Description
Normally, draw_heatmap
is called from within heatmap.n2
(if argument
plot
is TRUE
which is the default) but if that is not desired, e.g., for zooming, it can be called
separately.
Usage
draw_heatmap(dl, set.oma = TRUE, ...)
Arguments
dl |
( |
set.oma |
( |
... |
( |
Value
Invisibly returns a list with graphical parameters. But mainly the function is called for its side-effect of generating a plot.
See Also
[Package heatmapFlex version 0.1.2 Index]