Aesthetics Input Module - UI
mod_aes_input_ui.Rd
Creates a UI for selecting attributes for a scatter plot.
Value
A shiny::tagList()
containing UI elements for variable
selection.
Details
mod_aes_input_ui()
provides UI controls for customizing scatter plots.
It includes:
Sliders:
Transparency (
alpha
) ranging from 0 to 1.Point size ranging from 0 to 5.
Text Input:
Plot title.
The function uses shiny::NS()
to namespace all input IDs.
See also
mod_aes_input_server()
for server-side logic.shiny::tagList()
for containing UI elements.shiny::NS()
for namespacing.