Learn R Programming

MSG (version 0.8)

canabalt: The scores of the game Canabalt from Twitter

Description

The scores of the game Canabalt from Twitter

Arguments

References

http://www.neilkodner.com/2011/02/visualizations-of-canabalt-scores-scraped-from-twitter/ (the URL is not longer accessible)

Examples

Run this code
# 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