Description Usage Arguments Value Examples
Functions for validating bbox These functions can check whether specified bbox is valid, i.e. x1 <= x2 and y1 <= y2
1 2 3 | bbox_is_valid(bbox)
bbox_validate(bbox)
|
bbox |
character vector bounding boxes to validate |
a vector of logical values
original vector with NA for invalid bboxes
1 2 | bbox_is_valid("0 0 100 200")
bbox_validate(c("5,4,6,3", "1,1,5,6"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.