Scatter Plot Display Module - Server
mod_scatter_display_server.RdHandles the server-side logic for rendering a scatter plot.
Details
mod_scatter_display_server():
Uses
var_inputsto dynamically generate a scatter plot with user-selected variables.Reads from the
moviesdataset, which must be loaded in the app environment.Processes plot titles and axis labels to improve readability.
Reactive Inputs
var_inputs()$x: X-axis variable.var_inputs()$y: Y-axis variable.var_inputs()$z: Color aesthetic variable.aes_inputs()$alpha: Transparency level.aes_inputs()$size: Size of points.aes_inputs()$plot_title: Title of the plot.
See also
mod_var_input_server()for variable selection.mod_aes_input_server()for aesthetics selection.scatter_plot()for generating the scatter plot.
Other Plot Display Module:
mod_scatter_display_ui()