plot.GAsearch {kofnGA} | R Documentation |
Plot method for the GAsearch class output by kofnGA
.
Description
Arguments type
, lty
, pch
, col
, lwd
Can be supplied to change
the appearance of the lines produced by the plot method. Each is a 2-vector: the first element
gives the parameter for the plot of average objective function value, and the second element
gives the parameter for the plot of the minimum objective function value. See plot
or
matplot
for description and possible values.
Usage
## S3 method for class 'GAsearch'
plot(x, type = c("l", "l"), lty = c(1, 1),
pch = c(-1, -1), col = c("blue", "red"), lwd = c(1, 1), ...)
Arguments
x |
An object of class |
type |
Controls series types. |
lty |
Controls line types. |
pch |
Controls point markers. |
col |
Controls colors. |
lwd |
Controls line widths. |
... |
Used to pass other plot-control arguments. |
[Package kofnGA version 1.3 Index]