draw-EnrichedHeatmapList-method {EnrichedHeatmap}R Documentation

Draw a list of heatmaps

Description

Draw a list of heatmaps

Usage

## 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

# see documentation of EnrichedHeatmap
NULL

[Package EnrichedHeatmap version 1.10.0 Index]