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]
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 11 Apr. 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
03/1203/1303/1403/1503/1603/1703/1803/1903/2003/2103/2203/2303/2403/2503/2603/2703/2803/2903/3003/3104/0104/0204/0304/0404/0504/0604/0704/0804/09Downloads for easyalluvial2468101214161820222426TrendBars

Today's Hot Picks in Authors and Packages

quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  
Rwtss  
Client for Web Time-Series Service
Allows remote access to satellite image time series provided by the web time series service (WTSS) ...
Download / Learn more Package Citations See dependency  
GenAlgo  
Classes and Methods to Use Genetic Algorithms for Feature Selection
Defines classes and methods that can be used to implement genetic algorithms for feature selection. ...
Download / Learn more Package Citations See dependency  
extrafrail  
Estimation and Additional Tools for Alternative Shared Frailty Models
Provide estimation and data generation tools for some new multivariate frailty models. This version ...
Download / Learn more Package Citations See dependency  
multIntTestFunc  
Provides Test Functions for Multivariate Integration
Provides implementations of functions that can be used to test multivariate integration routines. T ...
Download / Learn more Package Citations See dependency  

24,012

R Packages

207,311

Dependencies

64,867

Author Associations

24,013

Publication Badges

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