Wrapper function to generate all boxplots for the specified distribution types split by defined categories
generateBoxplotsDistTypes(
errorListAll,
colList,
nameList,
catList,
catLabels,
errorParam = "zzDevAbs_Ov",
outline = TRUE,
withMean = TRUE,
withDirect = TRUE,
withCats = TRUE,
titlePart = NULL,
outputDir = NULL,
filenamePart = NULL,
ylim1Vec = NULL,
ylim2Vec = NULL,
yticks1Vec = NULL,
yticks2Vec = NULL,
...
)
No return value. Instead, a plot is generated.
(list) containing the overall benchmark results per algorithm
(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
(character) vector specifying the categories for which the boxes should be drawn
(character) vector specifying the labels to the associated categories used for the x-axis
(charcter) specifying for which error measure the plot should be generated
(logical) indicating whether outliers should be drawn (TRUE, default), or not (FALSE)
(logical) indicating whether the mean should be plotted as well (default: TRUE)
(logical) indicating whether the box of the direct method should be elongated to facilitate comparison (default:TRUE)
(logical) set to TRUE if categories (e.g. pathological fraction) should be plotted (default: FALSE)
(character) specifying the latter part of the title
(character) specifying a output directory
(character) specifying a filename for the plot
(numeric) vector specifying the limits in y-direction for the first granular scale
(numeric) vector specifying the limits in y-direction for the second less detailed scale
(numeric) vector specifying the ticks in y-direction for the first granular scale
(numeric) vector specifying the ticks in y-direction for the second less detailed scale
additional arguments passed forward to other functions
Tatjana Ammer tatjana.ammer@roche.com