Output UI components for the parallelCoordinatesPlot module
Source:R/parallelCoordinatesPlot_module_ui.R
parallelCoordinatesPlotOutputUI.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.