BelgiumMaps.Admin-package: Maps with administrative boundaries (national, regions,...

Description Examples

Description

Maps with administrative boundaries (national, regions, provinces, districts, municipalities, nissections) of Belgium extracted from OpenStreetMap

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
## Not run: 
## Administrative areas
data(BE_OSM_ADMIN)
str(as.data.frame(BE_OSM_ADMIN))

library(sp)
plot(BE_OSM_ADMIN)
plot(subset(BE_OSM_ADMIN, admin.level %in% "2"))
plot(subset(BE_OSM_ADMIN, admin.level %in% "4"))
plot(subset(BE_OSM_ADMIN, admin.level %in% "6"))
plot(subset(BE_OSM_ADMIN, admin.level %in% "7"))
plot(subset(BE_OSM_ADMIN, admin.level %in% "8"))
plot(subset(BE_OSM_ADMIN, admin.level %in% "9"))

## End(Not run)

weRbelgium/BelgiumMaps.Admin documentation built on May 4, 2019, 2:04 a.m.