Description Usage Arguments Value Examples
Functions for validating bbx These functions can check whether specified bbx is valid, i.e. x1 <= x2 and y1 <= y2
1 2 3 |
bbx |
character vector bounding boxes to validate |
a vector of logical values
original vector with NA for invalid bbxes
1 2 | bbx_is_valid("0 0 100 200")
bbx_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.