Plot method for generating a scatterplot
plotScatterplot(
errorList,
colList,
nameList,
withColor = NULL,
cats = NULL,
title = "",
outputDir = NULL,
filename = NULL,
xlim = NULL,
ylim = NULL,
xlab = NULL,
ylab = NULL,
...
)
No return value. Instead, a plot is generated.
(data frame) containing the overall benchmark results
(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) indicating if plot should be colored according to pathological fraction, sample size or pathological overlap left / right
(character) specifying the category labels
(character) specifying plot 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
(character) specifying x-axis label
(character) specifying y-axis label
additional arguments passed forward to other functions
Tatjana Ammer tatjana.ammer@roche.com