data visualization - Customized Parallel sets in R using ggparallel -
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
Post a Comment