At this site we find the enticing statement
“Individual items can be tracked through the flow of a Sankey diagram”:
And we are given the beautiful example of a plot by Alishoberi which indeed IS able to do this.
https://plotly.com/~alishobeiri/1581/wapo-example/#/
However the R script given here:
https://plotly.com/~alishobeiri/1581/wapo-example/#code
fails to reproduce that diagram in R.
What is the secret sauce here that permits tracking (at the individual observation level) of trajectories across nodes? Is it all about how the data are structured to start with (e.g. case by case vs. collapsed observations)? Or perhaps there are unique identifiers that need to be assigned to each trace in the plot post hoc?
Any insights on this extremely useful “path tracking” feature appreciated!