CRAN/E | FuncMap

FuncMap

Hive Plots of R Package Function Calls

Installation

About

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.

Citation FuncMap citation info

Key Metrics

Version 1.0.10
Published 2018-05-25 2175 days ago
Needs compilation? no
License GPL-3
CRAN checks FuncMap results

Downloads

Yesterday 4 -56%
Last 7 days 44 -44%
Last 30 days 191 -9%
Last 90 days 575 -24%
Last 365 days 2.449 -22%

Maintainer

Maintainer

Bryan A. Hanson

hanson@depauw.edu

Authors

Bryan A. Hanson DePauw University
Greencastle Indiana USA

Material

NEWS
Reference manual
Package source

macOS

r-release

arm64

r-oldrel

arm64

r-release

x86_64

r-oldrel

x86_64

Windows

r-devel

x86_64

r-release

x86_64

r-oldrel

x86_64

Old Sources

FuncMap archive

Imports

grid
stats
mvbutils

Suggests

lattice

Reverse Suggests

HiveR