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 08 Jun. 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

penppml  
Penalized Poisson Pseudo Maximum Likelihood Regression
A set of tools that enables efficient estimation of penalized Poisson Pseudo Maximum Likelihood reg ...
Download / Learn more Package Citations See dependency  
FluMoDL  
Influenza-Attributable Mortality with Distributed-Lag Models
Functions to estimate the mortality attributable to influenza and temperature, using distributed-la ...
Download / Learn more Package Citations See dependency  
ODMeans  
OD-Means: k-Means for Origin-Destination
OD-means is a hierarchical adaptive k-means algorithm based on origin-destination pairs. In the fir ...
Download / Learn more Package Citations See dependency  
AdvBinomApps  
Upper Clopper-Pearson Confidence Limits for Burn-in Studies under Additional Available Information
Functions to compute upper Clopper-Pearson confidence limits of early life failure probabilities and ...
Download / Learn more Package Citations See dependency  
geofacet  
'ggplot2' Faceting Utilities for Geographical Data
Provides geographical faceting functionality for 'ggplot2'. Geographical faceting arranges a sequen ...
Download / Learn more Package Citations See dependency  
nextGenShinyApps  
Craft Exceptional 'R Shiny' Applications and Dashboards with Novel Responsive Tools
Nove responsive tools for designing and developing 'Shiny' dashboards and applications. The scripts ...
Download / Learn more Package Citations See dependency  

27,372

R Packages

233,548

Dependencies

72,820

Author Associations

27,205

Publication Badges

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