FuncMap: Hive Plots of R Package Function Calls

Analyzes the function calls in an R package and creates a hive plot of the calls, dividing them among functions that only make outgoing calls (sources), functions that have only incoming calls (sinks), and those that have both incoming calls and make outgoing calls (managers). Function calls can be mapped by their absolute numbers, their normalized absolute numbers, or their rank. FuncMap should be useful for comparing packages at a high level for their overall design. Plus, it's just plain fun. The hive plot concept was developed by Martin Krzywinski (www.hiveplot.com) and inspired this package. Note: this package is maintained for historical reasons. HiveR is a full package for creating hive plots.

Version: 1.0.10
Imports: grid, stats, mvbutils
Suggests: lattice
Published: 2018-05-25
Author: Bryan A. Hanson DePauw University, Greencastle Indiana USA
Maintainer: Bryan A. Hanson <hanson at depauw.edu>
License: GPL-3
NeedsCompilation: no
Citation: FuncMap citation info
Materials: NEWS
CRAN checks: FuncMap results

Documentation:

Reference manual: FuncMap.pdf

Downloads:

Package source: FuncMap_1.0.10.tar.gz
Windows binaries: r-devel: FuncMap_1.0.10.zip, r-release: FuncMap_1.0.10.zip, r-oldrel: FuncMap_1.0.10.zip
macOS binaries: r-release (arm64): FuncMap_1.0.10.tgz, r-oldrel (arm64): FuncMap_1.0.10.tgz, r-release (x86_64): FuncMap_1.0.10.tgz
Old sources: FuncMap archive

Reverse dependencies:

Reverse suggests: HiveR

Linking:

Please use the canonical form https://CRAN.R-project.org/package=FuncMap to link to this page.