UI for the sub-heatmaps

subHeatmapOutput(heatmap_id, title = NULL,
    width = 400, height = 350, containment = FALSE, internal = FALSE)

Arguments

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 TRUE/FALSE or a JQuery selector.

internal

Internally used.

Examples

# See examples on the help page of originalHeatmapOutput()