plotScatterplot | R Documentation |
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, ... )
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 |
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.