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