logical, default FALSE, whether to remove missing values, including NaN in x
Value
Vector of count data
Details
The function provides basic binning (grouping) of numeric values into
classes defined by the breaks vector bin. The values are binned
according to \(bin[i[j]]<x[j]\leq bin[i[j]+1]\) for intervals \(i=1,...,N-1\)
and length(bin)=N of values \(x[j]\), \(j=1,...,|x|\). If \(x[j] > bin[N]\) or \(x[j] < bin[1]\) then \(x[j]\)
is not counted at all.