monobin.fun {monobinShiny} | R Documentation |
Evaluation expression of the selected monobin function and its arguments
Description
Evaluation expression of the selected monobin function and its arguments
Usage
monobin.fun(x)
Arguments
x |
Binning algorithm from monobin package. |
Value
Returns an evaluation expression of the selected monobin algorithm.
Examples
if (interactive()) {
expr.eval <- monobin.fun(x = algo)
}
monobin.fun(x = "ndr.bin")
[Package monobinShiny version 0.1.0 Index]