Description Usage Arguments Value Examples
Functions for updating certain coordinates of bbox These functions can modify a vector of bbox
1 | bbox_reset(bbox, x1 = NULL, y1 = NULL, x2 = NULL, y2 = NULL)
|
bbox |
character vector of bounding boxes to update |
x1 |
scalar or numeric vector to update bbox with |
y1 |
scalar or numeric vector to update bbox with |
x2 |
scalar or numeric vector to update bbox with |
y2 |
scalar or numeric vector to update bbox with |
a vector of updated and validated bboxes
1 | bbox_reset(bbox=c("100 100 200 200", "300 400 500 600"), x2=800)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.