matchPlotUI: Shiny module UI for comparison histodot plots of attributes...

View source: R/matchPlot.R

matchPlotUIR Documentation

Shiny module UI for comparison histodot plots of attributes in two datasets

Description

Histodot plots of two datasets side-by-side, with or without match information

Usage

matchPlotUI(
  id,
  s1label = NULL,
  s2label = NULL,
  placeholder = "(select from attributes)"
)

Arguments

id

Character ID for specifying namespace, see shiny::NS.

s1label

Optional, label for first selection.

s2label

Optional, label for second selection.

placeholder

Optional, placeholder for selection menus.

Value

Menu UI for selecting attributes from s1 and s2 datasets.

See Also

Other matchPlot functions: matchPlotServer()


avucoh/DIVE documentation built on Aug. 29, 2023, 6:02 p.m.