Learn R Programming

CEC (version 0.9.3)

cec.plot.cost.function: Plot cost function of CEC results.

Description

Presents cost function changes at each iteration of the CEC algorithm in the form of plot.

Usage

cec.plot.cost.function(C, xlab = "Iteration", ylab = "Cost function", lwd = 5, 
col = "red", lwd.points = 5, pch.points = 19, col.points = "black", 
mgp = c(1.5, 0.5, 0), ...)

Arguments

C
The result of cec function.
xlab
See title.
ylab
See title.
lwd
Width of lines. See points.
col
Color of lines. See points.
lwd.points
Size of points. See points.
pch.points
Plotting 'character' of points. See points.
col.points
Color of points.See points.
mgp
See par.
...
Passed to line plot function.

See Also

plot.cec

Examples

Run this code
## See the examples of function cec.

Run the code above in your browser using DataLab