1411 search results for "Map"

Another Visualization of Unemployment

December 24, 2009
By
Another Visualization of Unemployment

One of the problems with choropleths is that, as explained by Hadley Wickham in this presentation, big states tend to draw more attention because of their size, but they also tend to have a low population Density. For example, Mexico City, the capital ...

Read more »

malapportionment in the U.S. Senate

December 23, 2009
By
malapportionment in the U.S. Senate

The 40 Republican senators currently in the U.S. senate represent 36% of the U.S population. See the graph below (click on the thumbnail for PDF). This is something I’ve been meaning to compute for a while now, mapping the cumulative distribution of senators’ ideal points onto the cumulative distribution of state population (each state counts

Read more »

The Life Scientists at FriendFeed: 2009 summary

December 23, 2009
By
The Life Scientists at FriendFeed: 2009 summary

It’s Christmas Eve tomorrow and so I declare the year over. My Christmas gift to you is a summary of activity in 2009 at the FriendFeed Life Scientists group. It’s crafted using R + Ruby, with raw data and some code snippets available. If you want to see the most popular items from the group

Read more »

Visualizing Unemployment in Mexico

December 22, 2009
By
Visualizing Unemployment in Mexico

What has been the impact of the economic crisis on employment? And how has it affected the different regions of Mexico? To answer the questions the first step was to obtain the unemployment data from the Banco de Información Económica at the INEGI. ...

Read more »

Image Compression with the SVD in R

December 17, 2009
By
Image Compression with the SVD in R

Over the next few posts, I’m going to be reviewing the use of R to implement the most commonly used matrix techniques for image manipulation. The code will be surprisingly simple to understand, because the real magic behind these techniques lies in the mathematics that R provides an abstract interface to. To start, I’m going

Read more »

NCEP Global Forecast System

December 16, 2009
By
NCEP Global Forecast System

Just about everyone is familiar with weather maps. There are many situations where it is useful to combine the underlying numerical weather data with other types of information. Accessing  the weather data is a necessary first step. The output from the U.S. National Centers for Environmental Prediction (NCEP) Global  Forecast System (GFS) is freely available.

Read more »

APIs: I wish the life sciences would learn from social networks

December 10, 2009
By
APIs: I wish the life sciences would learn from social networks

I was prompted by a thread on the apparent decline of FriendFeed to look for evidence of declining participation in my networks. First, a quick and dirty Ruby script, tls.rb to grab the Life Scientists feed and count the likes and comments: #!/usr/bin/ruby require 'rubygems' require 'json/pure' require 'net/http' require 'open-uri' def format_date(d) if d

Read more »

Un-Wrapping a Sphere with R

December 8, 2009
By
Un-Wrapping a Sphere with R

 
Premise
I was recently asked to print out a fabric pattern that could be used to cover a sphere, about the size of a ping pong ball, for the purposes of re-creating a favorite cat toy (quite important). Thinking this over, I realized that this was basically a map projection problem-- and could probably be solved by scaling...

Read more »

R, REvolution named in top analytic trends for 2010

December 7, 2009
By

Author and enterprise software executive Nenshad Bardoliwalla lists his Top 10 Trends for 2010 in Analytics, Business Intelligence, and Performance Management at the website Enterprise Irregulars. If you've been following the Business Intelligence space (and who hasn't, right?) you'll recognize some familiar themes: predictive analytics, Web 2.0, Software-as-a-Service, risk, IBM. What's interesting about this list is that it raises...

Read more »

In case you missed it: November roundup

December 4, 2009
By

In case you missed them, here are some articles from last month of particular interest to R users. This post demonstrated reader Paul Bleicher's code for visualizing a time series as a heat-map calendar. This post and followup showed (with thanks to Drew Conway) how to use R to perform social network analysis on live data from Twitter. This...

Read more »