Description Usage Arguments Value Examples
Count how many points fall into each interval
| 1 | count_points_per_interval(pos, start, end)
 | 
| pos | Points | 
| start | Left endpoints of interval | 
| end | Right endpoints of interval | 
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.
| 1 | count_points_per_interval(0:1, 2:1, 3:4)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.