data visualization - Customized Parallel sets in R using ggparallel -


enter image description here

i trying create similar chart in r using ggparallel can't gaps between values e.g in case between "yes" , "no" in visualization. not sure if possible in ggparallel or have write seperate customized function this?

thanks in advance!

if still interested , willing consider non-ggparallel option, built htmlwidget parallel sets in r. see example vignette

# devtools::install_github("timelyportfolio/parsetr") library(parsetr)  # using defaults parset(titanic) 

Comments

Popular posts from this blog

PHP DOM loadHTML() method unusual warning -

python - How to create jsonb index using GIN on SQLAlchemy? -

c# - TransactionScope not rolling back although no complete() is called -