benchmark_boxplot: Normal box plot

Description Usage Arguments

View source: R/plot.R

Description

Plot a box plot from the result of benchmarking with some default

Usage

1
2
3
benchmark_boxplot(benchmark_result, log = FALSE,
  xlab = "Docker Images", ylab = "Duration (seconds)", ylim = NULL,
  ...)

Arguments

benchmark_result

Benchmark result from altRnative

log

Set to TRUE If use log (time), else FALSE

xlab

The lab for x axis

ylab

The lab for y axis

ylim

Range for ye axis, if NULL, set to max + 1 seconds

...

Parameters passed on boxplot method


ismailsunni/altRnative documentation built on April 1, 2020, 2:22 a.m.