easyalluvial (Q44740): Difference between revisions
From MaRDI portal
Changed an Item |
Swh import (talk | contribs) SWHID from Software Heritage |
||||||||||||||
(2 intermediate revisions by 2 users not shown) | |||||||||||||||
Property / source code repository | |||||||||||||||
Property / source code repository: https://github.com/cran/easyalluvial / rank | |||||||||||||||
Normal rank | |||||||||||||||
Property / Software Heritage ID | |||||||||||||||
Property / Software Heritage ID: swh:1:snp:9421242a507a01252d40006887064ab83c1e564a / rank | |||||||||||||||
Normal rank | |||||||||||||||
Property / Software Heritage ID: swh:1:snp:9421242a507a01252d40006887064ab83c1e564a / qualifier | |||||||||||||||
Property / Software Heritage ID: swh:1:snp:9421242a507a01252d40006887064ab83c1e564a / qualifier | |||||||||||||||
point in time: 23 December 2023
| |||||||||||||||
links / mardi / name | links / mardi / name | ||||||||||||||
Latest revision as of 23:27, 21 March 2024
Generate Alluvial Plots with a Single Line of Code
Language | Label | Description | Also known as |
---|---|---|---|
English | easyalluvial |
Generate Alluvial Plots with a Single Line of Code |
Statements
7 December 2023
0 references
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. <doi:10.1371/journal.pone.0008694> 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.
0 references