count_points_per_interval: Count how many points fall into each interval

Description Usage Arguments Value Examples

Description

Count how many points fall into each interval

Usage

1

Arguments

pos

Points

start

Left endpoints of interval

end

Right endpoints of interval

Value

An integer vector of the same length as 'start' and 'end' containing the number of points in 'pos' that fall into each of the intervals.

Examples

1

cbaumbach/miscFun documentation built on May 13, 2019, 1:48 p.m.