bins: Build a histogram

Description Usage Arguments

View source: R/RcppExports.R

Description

Build a histogram

Usage

1
bins(x, nbins = 512L, min = NA_real_, max = NA_real_)

Arguments

x

numeric vector.

nbins

number of bins.

min, max

arbitrary lower and upper bounds for binning; if NA or infinite, bounds are set to empirical minimum and maximum.


twolodzko/twextras documentation built on May 3, 2019, 1:52 p.m.