Description Usage Arguments Value Examples
Generate a square bounding box
1 | square_bbox(x, ext = 1.1, output = "bbox")
|
x |
Data to create bounding box for |
ext |
Extension factor of the bounding box (relative to the data in |
output |
Type of output. Defaults to "bbox" |
A bounding box
1 2 | bcu <- readRDS(here::here("data", "bcus_list.rds"))[["Singapore"]]
square_bbox(bcu)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.