Publications by James

Mapping the World’s Biggest Airlines

07.06.2012

The map above shows the routes flown by the top 7 airlines (by international passenger distance flown). The base map shows large urban areas and I have attempted to make it look a bit like the beautiful “Earth at Night” composite image produced by NASA. You can clearly see a relationship between where people live and where the big carriers fl...

3695 sym 4 img

Mapped: Twitter Languages in New York

20.02.2013

Following the interest in our Twitter Tongues map for London, Ed Manley and I have teamed up with Trendsmap creator John Barratt to offer this snapshot of New York City’s Twitter languages. We have visualised the geography of about 8.5 million geo-located tweets collected between Jan 2010 and Feb 2013. Each tweet is marked by a slightly tra...

2725 sym 4 img

Starting Analysis and Visualisation of Spatial Data with R

08.04.2013

Last week I ran an introductory workshop on the analysis and visualisation of spatial data with R. The software has become established as one of the best around for statistics and it is becoming increasingly recognised as a tool for data visualisation (I wrote about this last year, also see here) and spatial analysis. Interest in R is increasin...

2372 sym 6 img

A Crash Course in R

01.05.2013

This code has been kindly contributed by Robin Edwards (from UCL CASA). There are many useful introductory guides out there to R, but below is the kind of thing I now wish I’d been given when I first started using it – something with simple logically-progressive examples and minimal explanatory text. Copy the text below into a new script in...

10002 sym

3D Mapping in R

08.05.2013

This tutorial has been kindly contributed by Robin Edwards (from UCL CASA). RGL is R’s box of power-tool for 3D object rendering, with functionality for creating 3d mesh objects and curved surfaces, and for using materials and directional lighting.  For example the line: plot3d(rnorm(100),rnorm(100),rnorm(100)) creates a 3d scatterplot o...

1355 sym R (501 sym/2 pcs) 6 img

Where is the R Activity?

10.06.2013

R has become one of the world’s most widely used statistics and visualisation software packages with an ever growing user community. Thanks to the release of log files containing all hits to http://cran.rstudio.com/ server it is possible to make a map showing the parts of the world with the most active R users (specifically those mostly us...

3614 sym 2 img

Introduction to Spatial Data and ggplot2

09.12.2013

For those starting out with spatial data in R, Robin Lovelace and I have prepared this tutorial (funded as part of the University of Leeds and UCL Talisman project). Here we introduce a range of analysis skills before demonstrating how you can deploy the powerful graphics capabilities of ggplot2 to visualise your results. There is also some “bo...

1235 sym 2 img

Coxcomb Plots and Spiecharts in R

20.01.2014

I am not a great fan of pie charts since they are often used for the sake of it in circumstances where a chart is not needed at all! That said, I am willing to make an exception for “Coxcomb Plots” as pioneered by Florence Nightingale since they increase the data density on the plot and can enable comparisons across variables.  Robin Lovelac...

930 sym 2 img

Stunning Maps of World Topography

07.02.2014

Robin Edwards, a researcher at UCL CASA, has created these stunning topographic maps using the high resolution elevation data provided by the British Oceanographic Data Centre. The transitions from black (high areas) to blue (low areas) give the maps a slightly ethereal appearance to dramatic effect. All but the highest areas of Europe appear t...

1107 sym 6 img

Improving R Data Visualisations Through Design

06.11.2014

When I start an R class, one of my opening lines is nearly always that the software is now used by the likes of the New York Times graphics department or Facebook to manipulate their data and produce great visualisations. After saying this, however, I have always struggled to give tangible examples of how an R output blossoms into a stunning an...

5109 sym 12 img