## S3 method for class 'AlgorithmPerformance':
beplot0(x, xlab, ylab, lines.show=FALSE, lines.alpha=0.2, lines.lwd=1,
lines.col=col, dots.pch=19, dots.cex=1, places.lty=2, places.col=1,
legendfn=function(algs, cols) { legend("topleft", algs, lwd = 1,
col = cols, bg = "white") }, ...)
## S3 method for class 'matrix':
beplot0(x, col=1:ncol(x), xlab, ylab, lines.show=FALSE, lines.alpha=0.2,
lines.lwd=1, lines.col=col, dots.pch=19, dots.cex=1, places.lty=2,
places.col=1, legendfn=function(algs, cols) { legend("topleft",
algs, lwd = 1, col = cols, bg = "white") }, ...)AlgorithmPerformance objectbeplot0.AlgorithmPerformance: Return value of underlying beplot0.matrix
beplot0.matrix: Undefinedbeplot0.AlgorithmPerformance: The benchmark experiment plot visualizes each benchmark
experiment run. The x-axis is a podium with as many places
as algorithms. For each benchmark run, the algorithms are
sorted according to their performance values and a dot is
drawn on the corresponding place. To visualize the count of
an algorithm on a specific position, a bar plot is shown for
each of podium places.citation("benchmark").