Skip to contents

Creates a UI for displaying a scatter plot with user-selected options.

Usage

mod_scatter_display_ui(id)

Arguments

id

(character) Namespace ID for the module.

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

Other Plot Display Module: mod_scatter_display_server()