Paul Ford has been learning R to better understand the field of Statistics.…
R
-
Value of R, the Statistics-specific language
-
Average color of geographic areas
Based on satellite imagery, Erin Davis found the average color of places around…
-
Members Only
How to Make Alluvial Diagrams
Here’s how to do it in R from start to finish, plus editing in illustration software. Make design choices and trade-offs for more readable charts.
-
Transform an image into a pixel-ly visual
Here’s a fun interactive by Duc-Quang Nguyen. Upload an image and get back…
-
Members Only
Making a Quick, Custom Prevalence Map – The Process 139
This week I’m describing my process behind a quick map. You can download the code at the end of this issue.
-
Send postcards of plots made in R
How many times have you made a plot in R and thought, “I…
-
Members Only
How to Make Ternary Plots in R, with ggplot2
When you want to compare between three parts of your data, ternary plots might be a good option. Here is how to make them.
-
Introducing a New Course on Mapping Geographic Data in R, with ggplot2
I’m happy to announce a new course on mapping geographic data in R,…
-
R graphics get modern text support, with ragg package
Thomas Lin Pedersen announced the ragg package, which makes font usage in R…
-
Parsing a table from an image
Thomas Mock explains how to extract and parse data tables in image files…
-
Turn images into LEGO builds in R
The brickr package in R by Ryan Timpe takes an image, converts it…
-
Members Only
How to Make Symbol-based Glyph Charts, with R Examples
Using geometric shapes as an encoding can provide another dimension to your charts.
-
Making map art in R
If you can make maps in your software and customize the aesthetics, you…
-
Presidential Plinko
To visualize uncertainty in election forecasts, Matthew Kay from Northwestern University used a…
-
Friends sitcom transcript dataset
For your analytical perusal, Emil Hvitfeldt provides ten seasons’ worth of scripts from…
-
Members Only
How to Untangle a Spaghetti Line Chart (with R Examples)
Put multiple time series lines on the same plot, and you quickly end up with a mess. Here are practical ways to clean it up.
-
Using a slime mold simulation for generative art
Slime mold are single-celled organisms that can work together to form multicellular structures.…
-
Members Only
How to Make a Spiral Chart in R
Using a spiral might not be the best way to encode data. But here’s how to do it anyway. Just in case.
-
Members Only
How to Make Animated Histograms in R, with ggplot and gganimate
Make them move to show a shift in distributions over time.
-
Members Only
How to Visualize Anomalies in Time Series Data in R, with ggplot
Quickly see what’s below and above average through the noise and seasonal trends.