inside {directlabels} | R Documentation |
inside
Description
Calculate for each box how many points
are inside.
Usage
inside(boxes, points)
Arguments
boxes |
Data frame of box descriptions, each row is 1 box, need columns left right top bottom. |
points |
Data frame of |
Value
Vector of point counts for each box.
Author(s)
Toby Dylan Hocking <toby.hocking@r-project.org> [aut, cre] (ORCID: <https://orcid.org/0000-0002-3146-0865>)
[Package directlabels version 2025.6.24 Index]