Description Usage Arguments Value Author(s) See Also Examples
View source: R/00_S3_Definitions.R
get the bounding box of the map
1 | gadm_getBbox(x)
|
x |
Object of class gadm_sf or gadm_sp |
vector of numeric values of:
xmin minimum longitude
ymin minimum latitude
xmax maximum longitude
ymax maximum latitude
Jean Pierre Decorps <jp.decorps@epiconcept.fr>
1 2 3 4 | library(GADMTools)
data("Corsica")
gadm_getBbox(Corsica)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.