Create plot from an ablation log
plotAblation(ab.log = NULL, abLogFile = NULL, pdf.file = NULL,
pdf.width = 20, type = c("mean", "boxplot"), mar = par("mar"),
ylab = "Mean configuration cost", ...)Ablation log returned by ablation.
Rdata file containing the ablation log.
Output filename.
Width provided to create the pdf file.
Type of plots. Supported values are "mean" and
"boxplot".
Vector with the margins for the ablation plot.
Label of y-axis.
Further graphical parameters may also be supplied as
arguments. See plot.default.