Count the number of elements of a given vector that fall within successive pairs of values within a second vector.
binCount1D(x, xbreaks)
vector of numerical values.
Vector of values of x at the boundaries between bins, calculated using
pretty()
if not supplied.
A list with the following elements: the breaks (xbreaks
,
midpoints (xmids
) between those breaks, and
the count (number
) of x
values between successive breaks.
Other bin-related functions:
binApply1D()
,
binApply2D()
,
binAverage()
,
binCount2D()
,
binMean1D()
,
binMean2D()