Output UI components for the DotPlot module
Source:R/plotthis_DotPlot_module_ui.R
plotthis_DotPlotOutputUI.RdThis should be placed in the UI where the plot should be shown.
Arguments
- id
The ID for the Shiny module.
- resizable
Logical; when
TRUE(the default) the plot output is wrapped injqui_resizableso it can be resized by dragging. Set toFALSEwhen embedding the output in a container that already provides resizing.