iso.ui {monobinShiny} | R Documentation |
iso.bin - monobin functions' inputs
iso.ui(id)
id |
Namespace id. |
No return value, called for user interface of the iso.bin - monobin functions' inputs.
if (interactive()) {
output$algo.args <- renderUI({tagList(switch(algo.select, "cum.bin" = cum.ui(id = id),
"iso.bin" = iso.ui(id = id),
"ndr.bin" = ndr.sts.ui(id = id),
"sts.bin" = ndr.sts.ui(id = id),
"pct.bin" = pct.ui(id = id),
"woe.bin" = woe.ui(id = id),
"mdt.bin" = mdt.ui(id = id)))
})
}