'BelgiumMaps.StatBel' contains maps with administrative boundaries (national, regions, provinces, districts, municipalities, statistical sectors, agglomerations (200m)) of Belgium extracted from Open Data at Statistics Belgium. Data is converted from Lambert CRS into the WGS84 coordinate reference system.
1 2 3 4 5 6 7 8 | ## Administrative areas
data(BE_ADMIN_SECTORS)
str(BE_ADMIN_SECTORS@data)
library(sp)
plot(BE_ADMIN_SECTORS, main = "Belgium sectors")
plot(head(BE_ADMIN_SECTORS), main = "Belgium sectors")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.