Wrapper function to generate scatterplots for the specified analytes
generateScatterplotsAll(
analytes,
errorListAll,
colList = NULL,
nameList,
tableTCs,
errorParam = "zzDevAbs",
withColorCat = NULL,
titlePart = NULL,
outputDir = NULL,
filenamePart = NULL,
ylim = NULL,
xlim = NULL,
xlab = NULL,
ylab = NULL,
...
)
No return value. Instead, a plot is generated.
(character) vector specifying for which analytes the scatterplot should be 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
(data frame) containing all test case information
(character) specifying for which error measure the plot should be generated
(character) indicating if plot should be colored according to the pathological fraction ("fractionPathol"), sample size ("N"), or "overlapPatholLeft", "overlapPatholRight"
(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
(character) specifying x-axis label
(character) specifying y-axis label
additional arguments passed forward to other functions
Tatjana Ammer tatjana.ammer@roche.com