Combining small multiples with the grid layout can make for an intuitive geographic reference.
R
-
Members Only
How to Make a State Map Grid with Small Multiples in R
-
Members Only
Compact Ways to Visualize Distributions in R
For when you want to show or compare several distributions but don’t have a lot of space.
-
Members Only
Getting Started with Network Graphs in R
Add the vertices. Connect them with edges. Repeat as necessary.
-
Members Only
How to Make (and Animate) a Circular Time Series Plot in R
Also known as a polar plot, it is usually not the better option over a standard line chart, but in select cases the method can be useful to show cyclical patterns.
-
Members Only
How to Make a Semicircle Plot in R
It’s the half cousin of the bubble plot with less overlap and more straight edges.
-
Link
World Tile Grid Map in ggplot2 →
A straightforward tutorial on using squares instead of geographic boundaries.
-
Link
R or Python? →
Big community and lots of tools for both.
-
Members Only
How to Make a State Grid Map in R
Something of a cross between a reference table and a map, the state grid provides equal space to each state and a semblance of the country to quickly pick out individual states.
-
Members Only
How to Make Animated Line Charts in R
Sometimes it’s useful to animate the multiple lines instead of showing them all at once.
-
Members Only
How to Make a Multi-line Step Chart in R
For the times your data represents immediate changes in value.
-
Members Only
Symbols-based Unit Charts to Show Counts in R
Add visual weight by using individual items to show counts.
-
R programming with Minecraft
The new R package miner is an interface to Minecraft via some simple…
-
Introducing a Course for Mapping in R
Mapping geographic data in R can be tricky, because there are so many…
-
Scrabble data and analysis
Looking for some data to play with? James P. Curley compiled Scrabble data…
-
Easily download large-ish survey datasets
Many government organizations release microdata for surveys every year. It comes as anonymized…
-
R for Excel users
For Excel users getting started with R, pain oftentimes finds its way into…
-
Members Only
How to Edit R Charts in Adobe Illustrator
A detailed guide for R users who want to polish their charts in the popular graphic design app for readability and aesthetics.
-
Now over 10,000 packages in R
There are a lot of R packages, which is why before I implement…
-
Members Only
How to Make an Animated Map in R, Part 4
In the the last part of the four-part series, you make a longer animation with more data and annotate.
-
Interpolate your data for animation in R
The tweenr package in R, by Thomas Lin Pedersen, helps you interpolate data…