Histogram Plot Server Module
Source:R/plotthis_Histogram_module_server.R
plotthis_HistogramServer.RdServer-side logic for the histogram plot module. This function manages reactive data processing, dynamic UI generation for color palettes, and the rendering of interactive Plotly histograms.
Arguments
- id
characterunique ID for the shiny namespace.- data
reactiveA reactive expression returning a data frame to be plotted.- hide.inputs
charactervector of input IDs to hide in the UI. Default is NULL.- hide.tabs
charactervector of tab names to hide within the module. Default is NULL.- defaults
A named list of default values for the inputs. When the reset button is clicked, inputs are reset to these values rather than hardcoded fallbacks. Typically the same list passed to the corresponding UI function.