plotBoxplot {RIbench}R Documentation

Plot method for generating a boxplot of the benchmark results

Description

Plot method for generating a boxplot of the benchmark results

Usage

plotBoxplot(
  errorList,
  colList,
  nameList,
  outline = TRUE,
  withMean = TRUE,
  withCats = FALSE,
  withDirect = TRUE,
  title = "",
  outputDir = NULL,
  filename = NULL,
  ylim1 = c(0, 100),
  ylim2 = c(100, 1000),
  ...
)

Arguments

errorList

containing the overall benchmark results

colList

(character) vector specifying the colors used for the different algorithms (should correspond to columns of benchmark results)

nameList

(character) vector specifying the names used in the legend (should correspond to columns of benchmark results), if NULL, colnames will be used

outline

(logical) indicating whether outliers should be drawn (TRUE, default), or not (FALSE)

withMean

(logical) indicating whether the mean should be plotted as well (default: TRUE)

withCats

(logical) set to TRUE if categories (e.g. pathological fraction) should be plotted (default: FALSE)

withDirect

(logical) indicating whether the box of the direct method should be elongated to facilitate comparison (default:TRUE)

title

(character) specifying plot title

outputDir

(character) specifying a output directory

filename

(character) specifying a filename for the plot

ylim1

(numeric) vector specifying the limits in y-direction for the first granular scale

ylim2

(numeric) vector specifying the limits in y-direction for the second less detailed scale

...

additional arguments passed forward to other functions

Value

No return value. Instead, a plot is generated.

Author(s)

Tatjana Ammer tatjana.ammer@roche.com


[Package RIbench version 1.0.2 Index]