Count the number of simple feature objects within a geometry or by some attribute contained in both the data and the corresponding boundary geometry.
Arguments
- data
Data frame or
sfobject, Default:NULL- boundaries
Boundary data as an
sfobject, Default:NULL- join
The join function used by
sf::st_join()if data is ansfobject, Default: sf::st_intersects- by
Character string to join data by if data is not an
sfobject, Default:NULL- .id
Count column, Default: "count"
- ...
Additional parameters (not in use)