An unabashedly narcissistic data analysis of my own tweets. The…
 pie( table( whence.i.tweet ))  qplot( whence ) + coord_polar()  pie( log( table( whence )))+RColorBrewer  ggplot (see below)  plot( density( tweets.len ))  qplot(... stat="density") + geom_density  qplot(...stat="bin") + geom_text(...)  tweeple  tweep... [Read more...]
