subHeatmapOutput.Rd
UI for the sub-heatmaps
subHeatmapOutput(heatmap_id, title = NULL,
width = 400, height = 350, containment = FALSE, internal = FALSE)
ID of the plot.
Title of the sub-heatmap.
Width of the sub-heatmap.
Height of the sub-heatmap.
Whether the resizing is restricted in a certain parent div? Value can be TRUE
/FALSE
or a JQuery selector.
Internally used.
# See examples on the help page of originalHeatmapOutput()