Usage
beplot0(x, ...)
## S3 method for class 'AlgorithmPerformance':
beplot0(x, xlab = NULL,
ylab = NULL, 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 = NULL, ylab = NULL, 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")
}, ...)