Learn R Programming

EnrichedHeatmap (version 1.2.2)

draw-EnrichedHeatmapList-method: Draw a list of heatmaps

Description

Draw a list of heatmaps

Usage

## S3 method for class 'EnrichedHeatmapList':
draw(object, padding = unit(c(2, 2, 2, 2), "mm"),
    newpage= TRUE, ...)

Arguments

padding
padding of the plot. Elements correspond to bottom, left, top, right paddings.
newpage
whether to create a new page

Value

Details

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

Examples

Run this code
# see documentation of EnrichedHeatmap
NULL

Run the code above in your browser using DataLab