subHeatmapOutput: UI for the sub-heatmaps

View source: R/shiny-ui.R

subHeatmapOutputR Documentation

UI for the sub-heatmaps

Description

UI for the sub-heatmaps

Usage

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.

See Also

originalHeatmapOutput.

Examples

# See examples on the help page of originalHeatmapOutput()

jokergoo/InteractiveComplexHeatmap documentation built on Feb. 28, 2024, 7:34 p.m.