Maps

Hex

library(giscourse)
library(tmap)
con<-sconnect11()
lashex<-st_read(con,"lashex")
groupshex<-st_read(con,"groupshex")
msoahex<-st_read(con,"msoahex")
backhex<-st_read(con,"backhex")
glabelshex<-st_read(con,"glabelshex")
disconnect(con)
## [1] TRUE

lashex

qtm(lashex, "RegionNation") + tm_layout(legend.outside=TRUE)

groupshex

qtm(groupshex, "RegionNation") + tm_layout(legend.outside=TRUE)

msoahex

qtm(msoahex, "RegionNation") + tm_layout(legend.outside=TRUE)

Shapes

con<-sconnect11()
lowertiers<-st_read(con,"lowertierlas")
uppertiers<-st_read(con,"uppertierlas")
msoas <- st_read(con,"msoas")
disconnect(con)
## [1] TRUE

Lower tiers

qtm(lowertiers) 

Upper tiers

qtm(uppertiers) 

Msoas

msoas1<-st_simplify(msoas,d=0.02)
qtm(msoas1)

https://www.gov.uk/government/statistics/english-indices-of-deprivation-2019