Hello Quarto

visualization
Author

Dr. Joscelin Rocha-Hidalgo

Published

April 22, 2025

Buy me a coffeeBuy me a coffee


Create a ggalluvial plot in R

By SAROJ

Added Sun May 28th, 2023

What is this?

Excerpt from blog: A ggalluvial plot, also known as an alluvial diagram, is a type of visualization used to show how categorical data is distributed among different groups. It is particularly useful for visualizing how categorical variables are related to each other across different levels of a grouping variable.

  1. Link to blog here: https://pyoflife.com/create-a-ggalluvial-plot-in-r/
Back to top