num.inputs {monobinShiny} | R Documentation |
Numeric arguments - monobin module
num.inputs(x)
x |
Binning algorithm from monobin package. |
Returns a list of two vectors: index and UI element label of numeric arguments of the selected monobin function.
if (interactive()) {
inp.indx <- num.inputs(x = x)
}
num.inputs(x = "cum.bin")