Description Usage Arguments Value
View source: R/plotScatterPerformance.R
Generates a scatter-plot of pairwise performances of two solvers.
The function expects a data frame x
which contains performance values
row-wise. The mandatory column “solver” encodes the name of the
corresponding algorithm.
The procedure works as follows: the data frame x
column is filtered
to all rows where solver$x
is either algo.a
or algo.b
.
Next, a transformation of the data frame is conducted via dcast
to produce a wide data frame with each one column for algo.a
and algo.b
respectively. These columns contain the performance values indicated by argument
value.var
.
1 2 | plotScatterPerformance(x, value.var = "PAR10", algo.a, algo.b,
color = "group", shape = "group")
|
x |
[ |
value.var |
[ |
algo.a |
[ |
algo.b |
[ |
color |
[ |
shape |
[ |
[ggplot
] ggplot2 object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.