canabalt: The scores of the game Canabalt from Twitter

Description References Examples

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

1
2
3
4
5
library(ggplot2)
data(canabalt)
print(qplot(device, score, data = canabalt))
print(qplot(reorder(death, score, median), score, data = canabalt, geom = "boxplot") +
    coord_flip())

MSG documentation built on July 22, 2021, 1:06 a.m.