bin: Like 'round()', but you're not limited to 0.1s, 0.01s, etc.

binR Documentation

Like round(), but you're not limited to 0.1s, 0.01s, etc.

Description

Like round(), but you're not limited to 0.1s, 0.01s, etc.

Usage

bin(x, by = 1)

Examples

x <- 0:8
bin(x, by = 3)


BAAQMD/qtytools documentation built on June 30, 2022, 6:07 p.m.