Draw a Sankey plot with basic defaults
quick_sankey(flows, ...)
Mostly called for its side effect (plotting), but also returns invisible the scene object describing the Sankey plot. Note that the structure of this object is experimental and might change in the future!
A tibble containing flows (output from
tidy_flows
). For now it should have an "average_flow"
column in the tibbles of the "flows" list column.
Passed to sankey
.