plot.mooFunction: Plot a mooFunction.

Description Usage Arguments

Description

Plot a mooFunction.

Usage

1
2
3
## S3 method for class 'mooFunction'
plot(x, resolution = 64L, plot.vars = 1:2,
  const.values = NULL, ...)

Arguments

x

[function]
A mooFunction.

resolution

[integer(1)]
Resolution for the plots. Default is 33.

plot.vars

[integer(2)]
Indices for the two variables that should be plotted. Default are the first two variables.

const.values

[numeric]
Numeric vector with length "in.dim - 2" (one entry for each variable that is not plotted). All variables which are not mentioned in plot.vars will be set to a constant value given by const.values. By default the lower bounds of the variables are used.

...

Ignored.


danielhorn/moobench documentation built on May 14, 2019, 4:04 p.m.