Visualizing Distributions with Raincloud Plots (and How to Create Them with ggplot2)
A tutorial on creating Raincloud Plots, a hybrid data visualization combining box plots, violin plots, and raw data points, using ggplot2 in R.
A tutorial on creating Raincloud Plots, a hybrid data visualization combining box plots, violin plots, and raw data points, using ggplot2 in R.
A technical article proposing a tidy data approach to matrix multiplication using R, comparing it to tensor operations and highlighting efficiency gains.
A technical guide on clustering similar spatial patterns from raster data using R, focusing on land cover and landform analysis in Africa.
A technical guide on using R and spatial analysis to quantify changes in land cover patterns in the Amazon between 1992 and 2018.
A technical guide for converting interactive xaringan slides with panelsets to PDF using the chromote package and headless Chrome.
A guide on extracting and parsing JSON data from websites and public APIs using R, focusing on converting nested JSON into tidy dataframes.
A data visualization project analyzing IMDb's top 250 TV shows using R, focusing on rating trends and episode details.
A guide on selecting colorblind-friendly bivariate color palettes for data visualization, with examples in R.
A data scientist shares their workflow using the {drake} R package to manage dependencies and ensure reproducibility in long-term machine learning projects.
A mentor's account of the virtual Chicago R Collaborative 2020, focusing on teaching Git/GitHub and contributing to open-source R projects.
A guide to setting up an R development environment using RStudio Server within the Windows Subsystem for Linux (WSL).
A guide to optimizing the speed of calculating pairwise overlaps for many sets, using a biological data analysis example and progressive brute-force improvements.
A comprehensive tutorial on creating beautiful and customizable data visualizations using the ggplot2 package in R, covering syntax, themes, and advanced techniques.
Explains how information theory and R code can quantify and classify spatial patterns, with examples from landscape ecology.
Explains the relationship between Wald, score, and likelihood ratio tests in statistical modeling using visual diagrams and R code examples.
Analyzing tweet sentiment towards public figures using R, word embeddings, and logistic regression models to measure online negativity.
A tutorial on improving ggplot graph readability and visual appeal by rotating axis text, using R and tidyverse.
A tutorial on creating and customizing scatter plots using the ggplot2 package in R for data visualization.
Analysis of 2019 Stack Overflow survey data comparing global and US salaries for R vs. Python programmers and data professionals.
Blog author offers free 45-minute one-on-one R training sessions to 10 people, focusing on data analysis, visualization, and package development.