plotMBOResult function

MBO Result Plotting

MBO Result Plotting

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 class 'MBOSingleObjResult' plot(x, iters = NULL, pause = interactive(), ...) ## S3 method for class 'MBOMultiObjResult' plot(x, iters = NULL, pause = interactive(), ...)

Arguments

  • x: [MBOResult]

    MBOSingleObjResult or MBOMultiObjResult object.

  • iters: [integer]

    Iterations to be plotted, 0 indicates the initial design. Default is all iterations.

  • pause: [logical(1)]

    Should the process be paused after each iteration? Default is interactive().

  • ...: Additional parameters for the plotOptPath

    function in package ParamHelpers.

  • Maintainer: Jakob Richter
  • License: BSD_2_clause + file LICENSE
  • Last published: 2022-07-04