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
qtm(lashex, "RegionNation") + tm_layout(legend.outside=TRUE)
qtm(groupshex, "RegionNation") + tm_layout(legend.outside=TRUE)
qtm(msoahex, "RegionNation") + tm_layout(legend.outside=TRUE)
con<-sconnect11()
lowertiers<-st_read(con,"lowertierlas")
uppertiers<-st_read(con,"uppertierlas")
msoas <- st_read(con,"msoas")
disconnect(con)
## [1] TRUE
qtm(lowertiers)
qtm(uppertiers)
msoas1<-st_simplify(msoas,d=0.02)
qtm(msoas1)
https://www.gov.uk/government/statistics/english-indices-of-deprivation-2019