Plot method for generating a barplot out of the benchmark results
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,
...
)
No return value. Instead, a plot is generated.
(data frame) containing the overall benchmark results
(logical) indicating if one overall plot should be generated or if it should be separated by the distribution type
(character) vector specifying the colors used for the different algorithms (should correspond to columns of benchmark results)
(character) vector specifying the names used in the legend (should correspond to columns of benchmark results), if NULL, colnames will be used
(logical) indicating whether the corresponding values should be plotted as well (default: FALSE)
(logical) indicating whether horizontal lines should be plotted for a better visual separation of the different categories (default:FALSE)
(character) specifying plot title
(numeric) vector specifying the limits in x-direction
(character) specifying the x-axis label
(character) specifying a output directory
(character) specifying a filename for the plot
additional arguments passed forward to other functions
Tatjana Ammer tatjana.ammer@roche.com