| bubbleHeatmapList {bubbleHeatmap} | R Documentation | 
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)
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  | 
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.
See Also
Other build functions: 
bubbleHMLegends(),
bubbleHeatmap(),
multiPlotInput()
[Package bubbleHeatmap version 0.1.1 Index]