Aesthetics Input Module - Server
mod_aes_input_server.RdHandles the server-side logic for the variable input module.
Value
A reactive expression that returns a list of selected input values:
alpha: Transparency level of points (0-1).size: Size of the points.plot_title: Title for the scatter plot.
Details
mod_aes_input_server() reads user input from the corresponding UI
function created with mod_aes_input_ui(). It processes and returns a reactive object
containing the selected plot attributes.
See also
mod_aes_input_ui()for the UI counterpart of this module.mod_scatter_display_server()for displaying the scatter plot.