rangebinc: Bined range

Description Usage Arguments See Also Examples

Description

Bin the range of given vector into n itervals, and return the center of each interval.

Usage

1
rangebinc(x, n)

Arguments

x

A vector to bin

n

Number of bins

See Also

Other converting functions: vbingrid; vbin

Examples

1
rangebinc(seq(1:10), 3)

caesar0301/omniR documentation built on May 13, 2019, 10:38 a.m.