Scatter Plot Display Module - UI
mod_scatter_display_ui.RdCreates a UI for displaying a scatter plot with user-selected options.
Value
A shiny::tagList containing the plot output and metadata.
Details
mod_scatter_display_ui() includes:
A scatter plot created dynamically based on user input.
Metadata about the app, including the data source.
See also
mod_scatter_display_server()for the server-side logic of this module.scatter_plot()for the utility function generating the plot.
Other Plot Display Module:
mod_scatter_display_server()