Learn R Programming

benchmark (version 0.3-6)

bsplot0: Benchmark experiment summary plot.

Description

The benchmark summary plot takes the individual benchmark experiment results into account. The y-axis represents the data sets, the x-axis a podium with as many places as candidate algorithms.

Usage

bsplot0(x, ...)
"bsplot0"(x, stat = NULL, ds.order = NULL, alg.order = NULL, ...)
"bsplot0"(x, stat = NULL, col = structure(seq_len(nrow(x)) + 1, names = rownames(x)), ylab = "Datasets", xlab = "Podium", sig.lwd = 4, stat.col = NULL, ylab.las = NULL, ...)

Arguments

x
A relation_ensemble or matrix object
stat
A matrix with statistics to display (rows are the algorithms, columns the data sets)
ds.order
Data set order
alg.order
Algorithm order
...
Arguments passed to underlying function
col
Colors of the algorithms
xlab
A title for the x axis
ylab
A title for the y axis
sig.lwd
Line width of the significance sperator line
stat.col
Colors of the statistics
ylab.las
las of the labels of the y axis

See Also

Other algperf.visualization: beplot0, beplot0.AlgorithmPerformance, beplot0.matrix; boxplot.AlgorithmPerformance, densityplot, densityplot.AlgorithmPerformance, stripchart.AlgorithmPerformance; bsgraph0, bsgraph0.dist, bsgraph0.graphNEL