irace (version 3.1)

plotAblation: Create plot from an ablation log

Description

Create plot from an ablation log

Usage

plotAblation(ab.log = NULL, abLogFile = NULL, pdf.file = NULL,
  pdf.width = 20, type = c("mean", "boxplot"), mar = par("mar"),
  ylab = "Mean configuration cost", ...)

Arguments

ab.log

Ablation log returned by ablation.

abLogFile

Rdata file containing the ablation log.

pdf.file

Output filename.

pdf.width

Width provided to create the pdf file.

type

Type of plots. Supported values are "mean" and "boxplot".

mar

Vector with the margins for the ablation plot.

ylab

Label of y-axis.

...

Further graphical parameters may also be supplied as arguments. See plot.default.

See Also

ablation