Brute force and ignorance
A statistical analysis of a classic 1986 dataset, demonstrating how modern displays make hidden structures visible without complex methods.
A statistical analysis of a classic 1986 dataset, demonstrating how modern displays make hidden structures visible without complex methods.
A tutorial on creating Raincloud Plots, a hybrid data visualization combining box plots, violin plots, and raw data points, using ggplot2 in R.
A guide to creating and applying custom themes in ggplot2 for R to enhance data visualizations for communication and storytelling.
A comprehensive tutorial on creating beautiful and customizable data visualizations using the ggplot2 package in R, covering syntax, themes, and advanced techniques.
A tutorial on creating bar charts in R using the ggplot2 package, covering the basics of the geom_bar function and data visualization principles.
A tutorial introducing the ggplot2 package in R for creating data visualizations, comparing it with base R graphics.