Description Usage Arguments Value Examples
Functions for transforming certain coordinates of bbx These functions can modify a vector of bbx
1 | bbx_translate(bbx, x = NULL, y = NULL)
|
bbx |
character vector of bounding boxes to update |
x |
scalar or numeric vector to update bbx with |
y |
scalar or numeric vector to update bbx with |
a vector of updated and validated bbxes
1 | bbx_translate(c("100 100 200 200", "300 400 500 600"), x=111, y=222)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.