In a follow up to a previous post, I move my Game of Thrones graph into a really cool visualization in Javascript’s D3 library.
Tag Archives: Data Visualization
Ten more random useful things in R you may not know about
I struggled to keep it to ten last time, so here’s ten more for you
Animated storytelling using the Javascript D3 library
D3 is the most flexible data visualization tool available and allows you to create great data storytelling illustrations
Create Hans Rosling’s famous animated bubble chart in a single piped R command
A great little learning exercise that illustrates the range and flexibility of the R language
How to do that animated ‘race’ bar chart
Explore the all time best teams of English football and learn how to make one of those race bar charts that have become popular
Utilizing quosures to create ultra flexible filtering controls in R Shiny
I build R Shiny apps quite a lot, and one of the common uses is to allow dynamic filtering of the underlying data, so that you can adjust a chart or a table based on some particular subset of interest.