plot,ACO,ANY-method: Plot method for class `ACO`
Description
Plot method for class `ACO`
Usage
# S4 method for ACO,ANY
plot(x, y, type = "all", ...)
Arguments
- x, y
An S4 object of class `ACO`
- type
A `character` value specifying the plot type. One of `'all'`
(for all plots), `'pheromone'`, `'gamma'`, `'beta'`, or `'variance'`.
- ...
Not used.