HeatmapInfoOutput.Rd
UI for the output
HeatmapInfoOutput(heatmap_id, title = NULL, width = 400,
output_ui = default_output_ui(heatmap_id),
output_ui_float = FALSE, action = NULL, response = NULL, internal = FALSE)
ID of the plot.
Title of the output.
Width of the output div.
A htmlOutput
or other *Output
object (defined in shiny or other related packages).
Whether the UI defined by output_ui
floats at the mouse positions.
It is only used when output_ui_float = TRUE
to properly bind the floating frame to the event on heatmap (i.e. click
, hover
or dblclick
). If HeatmapInfoOutput
is executed after originalHeatmapOutput
, the value for it is automatically decided
It is only used when output_ui_float = TRUE
and response = "brush"
or response = "brush-output"
, so that single clicking or hovering won't have any effect, in other word, there is only response from brushing. If HeatmapInfoOutput
is executed after originalHeatmapOutput
, the value for it is automatically decided
Internally used.
# See examples on the help page of originalHeatmapOutput()