split_bbox {FedData} | R Documentation |
Splits a bbox into a list of bboxes less than a certain size
Description
Splits a bbox into a list of bboxes less than a certain size
Usage
split_bbox(bbox, x, y = x)
Arguments
x |
The maximum x size of the resulting bounding boxes |
y |
The maximum y size of the resulting bounding boxes; defaults to x |
Value
A list of bbox objects
[Package FedData version 4.3.0 Index]