getSpBbox | R Documentation |
Return sp style bbox
getSpBbox(sfBboxOrShp)
sfBboxOrShp |
sf shapefile or result of sf::st_bbox(sf_shp) |
bbox in sp style. A 2x2 matrix - the first column has the minimum, the second the maximum values; rows 1 & 2 represent the x & y dimensions respectively (matrix(c("xmin", "ymin","xmax", "ymax"), nrow = 2, ncol = 2, dimnames = list(c("x", "y"), c("min", "max"))))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.