Posts Tagged ‘ graphics ’

The anatomy of a Twitter conversation, visualized with R

February 6, 2012
By
The anatomy of a Twitter conversation, visualized with R

If you're a Twitter user like me, you're probably familiar with the way that conversations can easily by tracked by following the #hashtag that participants include in the tweets to label the topic. But what causes some topics to take off, and others to die on the vine? Does the use of retweets (copying...

Read more »

R Chart featured in Facebook IPO

February 2, 2012
By
R Chart featured in Facebook IPO

Page 7 of Facebook's 213-page S-1 filing for their record-breaking IPO includes the following chart, under the headline: "Our Mission: To make the world more open and connected". This chart was created using the R language and Hadoop by Facebook intern Paul Butler. (Thanks to the blog IOER Tools for first noticing the inclusion...

Read more »

Hadley Wickham goes behind the scenes on ggplot2

January 20, 2012
By
Hadley Wickham goes behind the scenes on ggplot2

Hadley Wickham, creator of the ggplot2 packages for R (as well as several others) will present a webinar on February 8 going behind the scenes of the popular graphics package. If you've never used ggplot2 before, this will be a great way to learn about the kinds of charts you can create with it;...

Read more »

Visualize your Facebook friends network with R

January 19, 2012
By
Visualize your Facebook friends network with R

A few days ago, Romain François explained how to interface with the Facebook Graph API explorer with R. This was a low-level interface, giving the R programmer the ability to the raw data that Facebook can provide about your connections. Now, just four days later, the first application in R (that I know of)...

Read more »

R packages and webapps using OpenCPU

January 18, 2012
By

Last time we demonstrated with a simple example how to publish a function to OpenCPU that generates an on-demand plot. In this post we will take the next step: we put the R function into an R package and made an ‘app’ for it. We use an example that was contributed by Thomas Zumbrunn...

Read more »

NYT uses R to map the 1%

January 17, 2012
By
NYT uses R to map the 1%

Last Saturday, the New York Times published a feature article on the wealthiest 1% of Americans. The on-line version of the article included interactive features like this interactive map showing where your household ranks in the country and in local regions. The print edition, however, included some different (and necessarily static) representations of US...

Read more »

Example 9.19: Demonstrating the central limit theorem

January 11, 2012
By
Example 9.19: Demonstrating the central limit theorem

A colleague recently asked "why should the average get closer to the mean when we increase the sample size?" We should interpret this question as asking why the standard error of the mean gets smaller as n increases. The central limit theorem shows t...

Read more »

Mapping the Iowa caucus results: how it’s done with R

January 6, 2012
By
Mapping the Iowa caucus results: how it’s done with R

If you've been following the presidential primary process here in the US, you've probably seen many maps of the results of the Iowa caucuses by now (such as this infamous one from Fox News). But you might be interested to learn how such maps can be made using the R language. The Offensive Politics...

Read more »

Plotting earthquake data

January 2, 2012
By
Plotting earthquake data

Since 4th September 2010 we have had over 2,800 quakes (considering only magnitude 3+) in Christchurch. Quakes come in swarms, with one or few strong shocks, followed by numerous smaller ones and then the ocasional shock, creating an interesting data … Continue reading

Read more »

Mortgage Refinance Calculator

December 20, 2011
By
Mortgage Refinance Calculator

Mortgage rates are low, considering historical rates for the last 50 years. It may be timely to consider a mortgage refinance. The image above links to a simple tool for exploring mortgage refinance, built using rapache and the yet-to-be-archived yarr package for R. Hence, there are now two mortgage-related calculators on this site: MortCalc:...

Read more »