You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to make a Sankey diagram that illustrates the daily severity of the patients over time. However, when the observation reaches NA (means that an outcome has been reached), I want the node to directly link to the outcome.
This is how the diagram should look like:
Image fetched from the question asked by @qdreadhere
Hello! I have the same issue in the ggsankey package. Did you solve it? Thanks for sharing.
Hi, I've found the answer for the issue with the help of others in Stackoverlow. Please see the solution here and consider giving upvotes for the question👍
Suppose I have this dataset (the actual dataset has 30+ columns and thousands of ids)
I want to make a Sankey diagram that illustrates the daily severity of the patients over time. However, when the observation reaches NA (means that an outcome has been reached), I want the node to directly link to the outcome.
This is how the diagram should look like:
Image fetched from the question asked by @qdread here
Is this possible with
ggsankey
?This is my current code:
Which results in this diagram:
Thanks in advance for the help.
The text was updated successfully, but these errors were encountered: