module_bwplot: Make a box-and-whisker plot of module times from a timing...

Description Usage Arguments Value

View source: R/plotting.R

Description

Make a box-and-whisker plot of module times from a timing dataframe.

Usage

1
module_bwplot(data, n = NULL, use_log = FALSE, ...)

Arguments

data

The dataframe to plot, as from load_module_timing

n

If non-NULL, plot only the top n entries from each label

use_log

if TRUE, a log scale is used for the $x$ axis

...

additional arguments passed to geom_boxplot

Value

a lattice object, as from bwplot


marcpaterno/artsupport documentation built on May 6, 2020, 1:46 a.m.