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 |
... |
Additional arguments, ignored currently. |
mar |
Margin of the plot, see |
Value
Nothing.
[Package sankey version 1.0.2 Index]