vbin.range: Vector range binning

View source: R/seq.R

vbin.rangeR Documentation

Vector range binning

Description

Bin the range of given vector into n itervals.

Usage

vbin.range(x, n)

Arguments

x

a numeric vector

n

the number of bins

Value

the center of each interval

See Also

seq_approximate, vbin, vbin.grid

Examples

vbin.range(10:20, 3)

caesar0301/movr documentation built on June 18, 2022, 2:37 a.m.