Plots any MBO result objects. Plots for X-Space, Y-Space and any column in
the optimization path are available. This function uses
plotOptPath
from package ParamHelpers
.
# S3 method for MBOSingleObjResult
plot(x, iters = NULL, pause = interactive(),
...)# S3 method for MBOMultiObjResult
plot(x, iters = NULL, pause = interactive(),
...)
[MBOResult
]
MBOSingleObjResult
or MBOMultiObjResult
object.
[integer
]
Iterations to be plotted, 0 indicates the initial design. Default is all iterations.
[logical(1)
]
Should the process be paused after each iteration?
Default is interactive()
.
Additional parameters for the plotOptPath
function in package ParamHelpers
.