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
In the Geom_flow example. we can set max.y, and min.y to filter flows.
Do you know where I can set separate conditions for each flow?
Say I have 10 flows, flow 1 statisfy condition then I will show it, flow 2 violates the condition, then I will not show it, etc.
Can you sugget which part of the code I can modify to realize this? Tks.