Other packages > Find by keyword >

easyalluvial  

Generate Alluvial Plots with a Single Line of Code
View on CRAN: Click here


Download and install easyalluvial package within the R console
Install from CRAN:
install.packages("easyalluvial")

Install from Github:
library("remotes")
install_github("cran/easyalluvial")

Install by package version:
library("remotes")
install_version("easyalluvial", "0.4.0")



Attach the package and use:
library("easyalluvial")
Maintained by
Bjoern Koneswarakantha
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2018-12-18
Latest Update: 2023-12-07
Description:
Alluvial plots are similar to sankey diagrams and visualise categorical data over multiple dimensions as flows. (Rosvall M, Bergstrom CT (2010) Mapping Change in Large Networks. PLoS ONE 5(1): e8694. Their graphical grammar however is a bit more complex then that of a regular x/y plots. The 'ggalluvial' package made a great job of translating that grammar into 'ggplot2' syntax and gives you many options to tweak the appearance of an alluvial plot, however there still remains a multi-layered complexity that makes it difficult to use 'ggalluvial' for explorative data analysis. 'easyalluvial' provides a simple interface to this package that allows you to produce a decent alluvial plot from any dataframe in either long or wide format from a single line of code while also handling continuous data. It is meant to allow a quick visualisation of entire dataframes with a focus on different colouring options that can make alluvial plots a great tool for data exploration.
How to cite:
Bjoern Koneswarakantha (2018). easyalluvial: Generate Alluvial Plots with a Single Line of Code. R package version 0.4.0, https://cran.r-project.org/web/packages/easyalluvial. Accessed 06 Mar. 2026.
Previous versions and publish date:
0.1.7 (2018-12-18 17:50), 0.1.8 (2019-01-15 06:30), 0.2.0 (2019-04-01 13:20), 0.2.1 (2019-09-17 07:50), 0.2.2 (2019-12-09 11:30), 0.2.3 (2020-05-07 10:40), 0.3.0 (2021-01-13 11:40), 0.3.1 (2023-08-28 08:18), 0.3.2 (2023-12-07 14:40)
Other packages that cited easyalluvial R package
View easyalluvial citation profile
Other R packages that easyalluvial depends, imports, suggests or enhances
Complete documentation for easyalluvial
Downloads during the last 30 days

Today's Hot Picks in Authors and Packages

openxlsx  
Read, Write and Edit xlsx Files
Simplifies the creation of Excel .xlsx files by providing a high level interface to writing, stylin ...
Download / Learn more Package Citations See dependency  
EMVS  
The Expectation-Maximization Approach to Bayesian Variable Selection
An efficient expectation-maximization algorithm for fitting Bayesian spike-and-slab regularization p ...
Download / Learn more Package Citations See dependency  
mlr3viz  
Visualizations for 'mlr3'
Visualization package of the 'mlr3' ecosystem. It features plots for mlr3 objects such as tasks, le ...
Download / Learn more Package Citations See dependency  
DatabionicSwarm  
Swarm Intelligence for Self-Organized Clustering
Algorithms implementing populations of agents that interact with one another and sense their environ ...
Download / Learn more Package Citations See dependency  
r2resize  
In-Text Resize for Images, Tables and Fancy Resize Containers in 'shiny', 'rmarkdown' and 'quarto' Documents
Automatic resizing toolbar for containers, images and tables. Various resizable or expandable contai ...
Download / Learn more Package Citations See dependency  
solitude  
An Implementation of Isolation Forest
Isolation forest is anomaly detection method introduced by the paper Isolation based Anomaly Detecti ...
Download / Learn more Package Citations See dependency  

26,264

R Packages

223,360

Dependencies

70,244

Author Associations

26,265

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA