powered by
The scores of the game Canabalt from Twitter
http://www.neilkodner.com/2011/02/visualizations-of-canabalt-scores-scraped-from-twitter/ (the URL is not longer accessible)
# NOT RUN { library(ggplot2) data(canabalt) print(qplot(device, score, data = canabalt)) print(qplot(reorder(death, score, median), score, data = canabalt, geom = "boxplot") + coord_flip()) # }
Run the code above in your browser using DataLab