plotAblation | R Documentation |
Create plot from an ablation log
plotAblation( ablog, pdf.file = NULL, pdf.width = 20, type = c("mean", "boxplot"), mar = par("mar"), ylab = "Mean configuration cost", ylim = NULL, ... )
ablog |
( |
pdf.file |
Output filename. |
pdf.width |
Width provided to create the pdf file. |
type |
Type of plot. Supported values are |
mar |
Vector with the margins for the ablation plot. |
ylab |
Label of y-axis. |
ylim |
Numeric vector of length 2, giving the y coordinates ranges. |
... |
Further graphical parameters may also be supplied as
arguments. See |
Leslie Pérez Cáceres and Manuel López-Ibáñez
ablation()
logfile <- file.path(system.file(package="irace"), "exdata", "log-ablation.Rdata") plotAblation(ablog = logfile)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.