easyalluvial icon indicating copy to clipboard operation
easyalluvial copied to clipboard

create alluvial plots with a single line of code

Results 7 easyalluvial issues
Sort by recently updated
recently updated
newest added

for discoverability https://blog.r-hub.io/2019/12/10/urls/

easyalluvial::manip_bin_numerics(c(Inf, 1, 2, 3)) Inf is not getting handled properly

- [ ] leaner functions with reduced but precise`roxygen` documentation - [ ] use `rlang::.data` fo non standard eval https://resources.rstudio.com/rstudio-developed/tidyeval-2 - [ ] use stopifnot() to check var types of...

https://www.tidyverse.org/articles/2019/01/vdiffr-0-3-0/

I get a warning when using the alluvial_wide function Reproducible code example ``` iris %>% alluvial_wide(fill_by = "last_variable") %>% add_marginal_histograms(iris) ``` Msg ``` Caused by warning: ! `fct_explicit_na()` was deprecated...

Hi, I'm having trouble integrating frequencies into this alluvial plot using easyalluvial. I've attempted it but haven't succeeded. Could you assist me, please? I want all the alluviums (represented by...

Is it possible to not show the fill column, but fill by it. The second example in the vignette adds `carrier` to the right end: ``` easyalluvial::alluvial_long(easyalluvial::quarterly_flights, key = qu,...