Mapping London’s Population Change 1801-2030

Buried in the London Datastore are the population estimates for each of the London Boroughs between 2001 – 2030. They predict a declining population for most boroughs with the exception of a few to the east. I was surprised by this general decline and also the numbers involved- I expected larger changes from one year to …

Continue reading »

Opendata+R+Google = Easy Maps

The release of the R package “googleVis” has made the production of interactive maps through Google’s Chart Tools a simple task. Ignoring the some basic data manipulation the below map was produced with these two lines of code: library(googleVis) Geo=gvisGeoMap(Map, locationvar=”Country”, numvar=”Percentage”, options=list(height=350, dataMode=’regions’)) plot(Geo) This map, although simple to produce, is nontrivial as it […]

Continue reading »