Description Usage Arguments Details Value
Sankey plots usually show the flow of some quantity, but they can also be used to visualize functions calls between functions.
1 | sankey_plot(map, ...)
|
map |
Function map. |
... |
Additional arguments are passed to |
By default exported functions in a package are colored dark blue, and packages called from another package are colored green.
Recursive calls are omitted from the plot.
Nothing.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.