draw_heatmap: Function to draw a heatmap based on prepared "display list"...

Description Usage Arguments Value See Also

View source: R/heatmap.n2.R

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

1
draw_heatmap(dl, set.oma = TRUE, ...)

Arguments

dl

(list). The "display list": A list with all parameters needed for plotting the heatmap.

set.oma

(logical). Should the outer margins be set to optimized values? Defaults to TRUE.

...

(list). Additional parameters passed to plot.

Value

Invisibly returns a list with graphical parameters. But mainly the function is called for its side-effect of generating a plot.

See Also

par


heatmapFlex documentation built on Aug. 19, 2021, 9:07 a.m.