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
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
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

rdbnomics  
Download DBnomics Data
R access to hundreds of millions data series from DBnomics API (). ...
Download / Learn more Package Citations See dependency  
mistral  
Methods in Structural Reliability
Various reliability analysis methods for rare event inference (computing failure probability and qua ...
Download / Learn more Package Citations See dependency  
steepness  
Testing Steepness of Dominance Hierarchies
The steepness package computes steepness as a property of dominance hierarchies. Steepness is define ...
Download / Learn more Package Citations See dependency  
ftaproxim  
Fault Tree Analysis Based on Proxel Simulation
Calculation and plotting of instantaneous unavailabilities of basic events along with the top event ...
Download / Learn more Package Citations See dependency  
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  
critpath  
Setting the Critical Path in Project Management
Solving the problem of project management using CPM (Critical Path Method), PERT (Program Evaluation ...
Download / Learn more Package Citations See dependency  

22,114

R Packages

188,080

Dependencies

55,244

Author Associations

22,115

Publication Badges

© Copyright 2022 - present. All right reserved, rpkg.net. Contact Us / Suggestions / Concerns