sankey: Sankey Diagrams

Description Usage Arguments Value

View source: R/sankey.R

Description

Sankey plots illustrate the flow of information or material.

Draw a sankey plot

Usage

1
2
3
4
## 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.


sankey documentation built on May 2, 2019, 11:07 a.m.