num.inputs {monobinShiny}R Documentation

Numeric arguments - monobin module

Description

Numeric arguments - monobin module

Usage

num.inputs(x)

Arguments

x

Binning algorithm from monobin package.

Value

Returns a list of two vectors: index and UI element label of numeric arguments of the selected monobin function.

Examples

if 	(interactive()) {
	inp.indx <- num.inputs(x = x)
	}
num.inputs(x = "cum.bin")


[Package monobinShiny version 0.1.0 Index]