canabalt {MSG} | R Documentation |
The scores of the game Canabalt from Twitter
Description
The scores of the game Canabalt from Twitter
References
‘http://www.neilkodner.com/2011/02/visualizations-of-canabalt-scores-scraped-from-twitter/’ (the URL is not longer accessible)
Examples
library(ggplot2)
data(canabalt)
print(qplot(device, score, data = canabalt))
print(qplot(reorder(death, score, median), score, data = canabalt, geom = "boxplot") +
coord_flip())
[Package MSG version 0.8 Index]