Learn R Programming

benchmark (version 0.3-3)

bsgraph0: Benchmark experiment graph.

Description

Benchmark experiment graph.

Usage

bsgraph0(x, ...)
## S3 method for class 'dist':
bsgraph0(x, ndists.show=length(sort(unique(x))), edge.col=gray(0.7), edge.lwd=1,
    node.fill, ...)
## S3 method for class 'graphNEL':
bsgraph0(x, layoutType="neato", ...)

Arguments

x
The object to plot
...
Unused
ndists.show
The number of distance levels to show
edge.col
The color of edges (one or one for each distance level)
edge.lwd
The line width of edges (one or one for each distance level)
node.fill
The colors of nodes
layoutType
Defines the layout engine

Value

Details

bsgraph0: 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.