generateScatterplotsAll {RIbench}R Documentation

Wrapper function to generate scatterplots for the specified analytes

Description

Wrapper function to generate scatterplots for the specified analytes

Usage

generateScatterplotsAll(
  analytes,
  errorListAll,
  colList = NULL,
  nameList,
  tableTCs,
  errorParam = "zzDevAbs",
  withColorCat = NULL,
  titlePart = NULL,
  outputDir = NULL,
  filenamePart = NULL,
  ylim = NULL,
  xlim = NULL,
  xlab = NULL,
  ylab = NULL,
  ...
)

Arguments

analytes

(character) vector specifying for which analytes the scatterplot should be generated

errorListAll

(list) containing the overall benchmark results per algorithm

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

tableTCs

(data frame) containing all test case information

errorParam

(character) specifying for which error measure the plot should be generated

withColorCat

(character) indicating if plot should be colored according to the pathological fraction ("fractionPathol"), sample size ("N"), or "overlapPatholLeft", "overlapPatholRight"

titlePart

(character) specifying the latter part of the title

outputDir

(character) specifying a output directory

filenamePart

(character) specifying a filename for the plot

ylim

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

xlim

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

xlab

(character) specifying x-axis label

ylab

(character) specifying y-axis label

...

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]