plotBarplot {RIbench}R Documentation

Plot method for generating a barplot out of the benchmark results

Description

Plot method for generating a barplot out of the benchmark results

Usage

plotBarplot(
  benchmarkRes,
  perDistType = FALSE,
  colList,
  nameList = NULL,
  withLabels = FALSE,
  withHorizLines = FALSE,
  title = NULL,
  xlim = NULL,
  xlab = "Mean of Absolute Z-Score Deviations",
  outputDir = NULL,
  filename = NULL,
  ...
)

Arguments

benchmarkRes

(data frame) containing the overall benchmark results

perDistType

(logical) indicating if one overall plot should be generated or if it should be separated by the distribution type

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

withLabels

(logical) indicating whether the corresponding values should be plotted as well (default: FALSE)

withHorizLines

(logical) indicating whether horizontal lines should be plotted for a better visual separation of the different categories (default:FALSE)

title

(character) specifying plot title

xlim

(numeric) vector specifying the limits in x-direction

xlab

(character) specifying the x-axis label

outputDir

(character) specifying a output directory

filename

(character) specifying a filename for the plot

...

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]