sankey {sankey}R Documentation

Sankey Diagrams

Description

Sankey plots illustrate the flow of information or material.

Draw a sankey plot

Usage

## S3 method for class 'sankey'
plot(x, ...)

sankey(x, mar = c(0, 5, 0, 5) + 0.2, ...)

Arguments

x

The plot, created via make_sankey.

...

Additional arguments, ignored currently.

mar

Margin of the plot, see mar in the par manual.

Value

Nothing.


[Package sankey version 1.0.2 Index]