plotBarplot | R Documentation |
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, ... )
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 |
No return value. Instead, a plot is generated.
Tatjana Ammer tatjana.ammer@roche.com
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.