functionMap (version 1.0.0)

sankey_plot: Sankey plot of a function map

Description

Sankey plots usually show the flow of some quantity, but they can also be used to visualize functions calls between functions.

Usage

sankey_plot(map, ...)

Arguments

map
Function map.
...
Additional arguments are passed to sankey::sankey.

Value

Nothing.

Details

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.