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.3.2")



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: 2022-07-05
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.3.2, https://cran.r-project.org/web/packages/easyalluvial. Accessed 02 Feb. 2025.
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)
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
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

CPNCoverageAnalysis  
Conceptual Properties Norming Studies as Parameter Estimation
Implementation of conceptual properties norming studies, including estimates of CPNs parameters with ...
Download / Learn more Package Citations See dependency  
bndovb  
Bounding Omitted Variable Bias Using Auxiliary Data
Functions to implement a Hwang(2021) estimator, which bounds an omitted v ...
Download / Learn more Package Citations See dependency  
listcompr  
List Comprehension for R
Syntactic shortcuts for creating synthetic lists, vectors, data frames, and matrices using list com ...
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  
mbmixture  
Microbiome Mixture Analysis
Evaluate whether a microbiome sample is a mixture of two samples, by fitting a model for the number ...
Download / Learn more Package Citations See dependency  
cptcity  
'cpt-city' Colour Gradients
Incorporates colour gradients from the 'cpt-city' web archive available at ...
Download / Learn more Package Citations See dependency  

23,580

R Packages

204,057

Dependencies

63,980

Author Associations

23,581

Publication Badges

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