draw-EnrichedHeatmapList-method: Draw a list of heatmaps

Description Usage Arguments Details Value Author(s) Examples

Description

Draw a list of heatmaps

Usage

1
2
3
## S4 method for signature 'EnrichedHeatmapList'
draw(object, padding = unit(c(2, 2, 2, 2), "mm"),
    newpage= TRUE, ...)

Arguments

object

an EnrichedHeatmapList-class object

padding

padding of the plot. The four values correspond to bottom, left, top, right paddings.

newpage

whether to create a new page

...

pass to make_layout,HeatmapList-method or draw,HeatmapList-method

Details

It calls draw,HeatmapList-method to make the plot but with some adjustment specificly for enriched heatmaps.

Value

An EnrichedHeatmapList object

Author(s)

Zuguang Gu <z.gu@dkfz.de>

Examples

1
2
# see documentation of EnrichedHeatmap
NULL

eilslabs/EnrichedHeatmap documentation built on May 16, 2019, 1:22 a.m.