Learn R Programming

bubbleHeatmap (version 0.1.1)

bubbleHeatmapList: Output List of bubbleHeatmap Plots.

Description

Convenient wrapper for bubbleHeatmap and bubbleHMLegend for easy output of multiple plots from lists of arguments.

Usage

bubbleHeatmapList(inputList)

Value

A list of bubbleHeatmap gTree objects. Any legends specified by the legend list will also be produced as separate trees in the output list.

Arguments

inputList

A list of two lists, trees and legend. trees should contain a list of lists of arguments for multiple calls to bubbleHeatmap and legend should contain a list of arguments for a call to bubbleHMLegends. This object can be generated automatically using multiPlotInput.

See Also

Other build functions: bubbleHMLegends(), bubbleHeatmap(), multiPlotInput()