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