bsgraph0: Benchmark experiment graph

Description Usage Arguments Value See Also

View source: R/bsgraph.R

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

1
2
3
4
5
6
7
8
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 = NULL, ...)

## S3 method for class 'graphNEL'
bsgraph0(x, layoutType = "neato", ...)

Arguments

x

A dist or graphNEL-class object

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

...

Arguments passed to underlying function

layoutType

Defines the layout engine

Value

The return value of bsgraph0.graphNEL

See Also

Other algperf.visualization: beplot0, beplot0.AlgorithmPerformance, beplot0.matrix; boxplot.AlgorithmPerformance, densityplot, densityplot.AlgorithmPerformance, stripchart.AlgorithmPerformance; bsplot0, bsplot0.matrix, bsplot0.relation_ensemble


benchmark documentation built on May 30, 2017, 5:20 a.m.