bubbleHeatmapList {bubbleHeatmap} | R Documentation |
Convenient wrapper for bubbleHeatmap
and bubbleHMLegend
for
easy output of multiple plots from lists of arguments.
bubbleHeatmapList(inputList)
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 |
A list of bubbleHeatmap gTree
objects. Any
legends specified by the legend list will also be produced as separate trees
in the output list.
Other build functions:
bubbleHMLegends()
,
bubbleHeatmap()
,
multiPlotInput()