sankey {sankey} | R Documentation |
Sankey plots illustrate the flow of information or material.
Draw a sankey plot
## S3 method for class 'sankey'
plot(x, ...)
sankey(x, mar = c(0, 5, 0, 5) + 0.2, ...)
x |
The plot, created via |
... |
Additional arguments, ignored currently. |
mar |
Margin of the plot, see |
Nothing.