plot_1d_soo_function: Plot a test function in 1D.

Description Usage Arguments Author(s)

View source: R/plot_soo_function.R

Description

Plot a test function in 1D.

Usage

1
2
3
plot_1d_soo_function(fn, lower = lower_bounds(fn), upper = upper_bounds(fn),
  n = 1001L, xlab, ylab, main = function_name(fn), log = FALSE,
  rank = FALSE, ...)

Arguments

fn

[soo_function] Function to plot.

lower

[numeric] Lower bounds of x1 and x2.

upper

[numeric] Upper bounds of x1 and x2.

n

[integer(1)] Number of locations at which to sample the function.

xlab

[character(1)] Label of x (x1) axes.

ylab

[character(1)] Label of y (x2) axes.

main

[character(1)] Main title of plot.

log

[boolean(1)] If TRUE, the z axes is plotted on log scale.

rank

[boolean(1)] If TRUE, instead of the y values, their ranks are drawn.

...

Ignored.

Author(s)

Olaf Mersmann olafm@p-value.net


olafmersmann/soobench documentation built on May 24, 2019, 12:51 p.m.