Skip to content
This repository has been archived by the owner on May 19, 2021. It is now read-only.

Visualising flows #23

Open
danwwilson opened this issue Nov 12, 2018 · 5 comments
Open

Visualising flows #23

danwwilson opened this issue Nov 12, 2018 · 5 comments

Comments

@danwwilson
Copy link

It would be great to either build or enhance a package that helps with clearly visualising flows of sequences. There are existing packages like ggalluvial or a simple sankey package, but it would be great if there were some better ways to be able to include visualisation for churn.

@RPanczak
Copy link

RPanczak commented Nov 13, 2018

@danwwilson have you tinkered with circos family? circlize 📦 is probably best documented (with article & book). Also available are RCircos 📦 (article) and shinyCircos (app, article).

@danwwilson
Copy link
Author

I have tinkered, but the circos family only look at two step flows, whereas I'm often wanting to look at longer term interactions. I.e. What was step 4 when step 1 was action A. So far all the sankey packages that visualise tidy easily or well are interactive, rather than creating a ggplot object. It could be that these packages already exist, and it's a case of having more specific documentation examples (#19).

@JesseVent
Copy link

Have you had a chance to look at any of the bupaR suite of packages or the processanimateR package? They have some really powerful tools for visualising trace sequences/different events and have pretty amazing documentation and vignettes available.

I use them for analysing and visualising customer pathways and workflows.

@mrjoh3
Copy link

mrjoh3 commented Nov 21, 2018

@JesseVent I just had a quick look at processannimateR. It is very impressive. It also looks like it can send visuals and animations to leaflet maps.

I am wondering if this issue could be dealt with in a similar way to #18 ? The data structures are likely similar apart from the spatial element.

@RPanczak
Copy link

Definitely some convergence with #18!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants