Define the UI for a single partial AUC input

partial_auc_input(id, min_sel_value = 0, max_sel_value = NULL)

Arguments

id

A unique identifier for the input.

min_sel_value

The default minimum value for the input.

max_sel_value

The default maximum value for the input.

Value

A Shiny UI component for creating a partial AUC input.