plotScatterplot {RIbench} | R Documentation |
Plot method for generating a scatterplot
Description
Plot method for generating a scatterplot
Usage
plotScatterplot(
errorList,
colList,
nameList,
withColor = NULL,
cats = NULL,
title = "",
outputDir = NULL,
filename = NULL,
xlim = NULL,
ylim = NULL,
xlab = NULL,
ylab = NULL,
...
)
Arguments
errorList |
(data frame) containing the overall benchmark results |
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 |
withColor |
(character) indicating if plot should be colored according to pathological fraction, sample size or pathological overlap left / right |
cats |
(character) specifying the category labels |
title |
(character) specifying plot title |
outputDir |
(character) specifying a output directory |
filename |
(character) specifying a filename for the plot |
xlim |
(numeric) vector specifying the limits in y-direction for the first granular scale |
ylim |
(numeric) vector specifying the limits in y-direction for the second less detailed scale |
xlab |
(character) specifying x-axis label |
ylab |
(character) specifying y-axis label |
... |
additional arguments passed forward to other functions |
Value
No return value. Instead, a plot is generated.
Author(s)
Tatjana Ammer tatjana.ammer@roche.com