monobin.fun {monobinShiny} | R Documentation |
Evaluation expression of the selected monobin function and its arguments
monobin.fun(x)
x |
Binning algorithm from monobin package. |
Returns an evaluation expression of the selected monobin algorithm.
if (interactive()) {
expr.eval <- monobin.fun(x = algo)
}
monobin.fun(x = "ndr.bin")