sankey_plot: Sankey plot of a function map

Description Usage Arguments Details Value

View source: R/sankey.R

Description

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

Usage

1

Arguments

map

Function map.

...

Additional arguments are passed to sankey::sankey.

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.

Value

Nothing.


MangoTheCat/functionMap documentation built on May 7, 2019, 2:10 p.m.