Skip to contents

Creates a UI for selecting attributes for a scatter plot.

Usage

mod_aes_input_ui(id)

Arguments

id

(character) Namespace ID for the module.

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