Text can provide much needed context to traditional visual cues and can be used as a visual cue itself in some cases.
R
-
Members Only
How to Display Text in R
-
R plotting package ggplot2 ported to Python
Those who use the ggplot2 package in R and do everything else in…
-
Members Only
Working with Line Maps, the Google Places API, and R
A frequent challenge of visualization is behind the scenes, to get the data and to mold it into the format you need. Do that. Then map.
-
Members Only
How to Make a Connected Scatter Plot
The combination of a time series chart and a scatter plot lets you compare two variables along with temporal changes.
-
Introduction to R, a video series by Google
Google released a 21-part short video series that introduces R. Most of the…
-
Link
R spells for data wizards
Thomas Levine provides a handful of useful tips for those getting started with R.
-
Members Only
Small Maps and Grids
Maybe you want to make spatial comparisons over time or across categories. Organized small maps might do the trick.
-
Beer recommendation system in R
Using data from Beer Advocate, in the form of 1.5 million reviews, yhat…
-
Link
Visualising data with ggplot2
Hadley Wickham gives a two-hour video tutorial on how to use his ggplot2 package in R. I have limited experience with it, but a lot of people really like it and use the package exclusively for their visual analysis needs.
-
Members Only
How to Make Slopegraphs in R
Also known as specialized or custom line charts. Figure out how to draw lines with the right spacing and pointed in the right direction, and you’ve got your slopegraphs.
-
Link
A Guide to Speeding Up R Code for Busy People
A Guide to Speeding Up R Code for Busy People. R can be slow at times. Here are some tips on getting it to go faster.
-
Members Only
Small Multiples in R
Make a lot of charts at once, line them up in a grid, and you can make quick comparisons across several categories.
-
Link
healthvis
The healthvis R package tries to make creation of interactive graphics easier by rendering in D3.
-
Members Only
How to Make an Animated Growth Map in R
Although time series plots and small multiples can go a long way, animation can make your data feel more real and relatable. Here is how to do it in R via the animated GIF route.
-
Members Only
Using Transparency in R to Improve Clarity
When you plot a lot of data at once, points and lines can obscure others and hide patterns. Transparency can help reveal what is really there.
-
Link
Animated GIFs in R →
-
Link
R and Data Mining: Examples and Case Studies →
Download the book as a PDF with R code supplement
-
Data Analysis (with R) on Coursera
Jeff Leek, an Assistant Professor of Biostatistics at the Johns Hopkins Bloomberg School…
-
Getting Started with Charts in R
You get a lot of bang for the buck with R, charting-wise, but it can be confusing at first, especially if you’ve never written code. Here are some examples to get started.
-
Link
Finding image color palettes in R →
Use k-means to find most used colors