quick_sankey: Draw a Sankey plot with basic defaults

View source: R/ui_plotting.R

quick_sankeyR Documentation

Draw a Sankey plot with basic defaults

Description

Draw a Sankey plot with basic defaults

Usage

quick_sankey(flows, ...)

Arguments

flows

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.

Value

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!


isotracer documentation built on Sept. 22, 2023, 1:07 a.m.