plot.soo_function: Plot a test function in 1 or 2 dimensions.

Description Usage Arguments Author(s) Examples

View source: R/plot_soo_function.R

Description

Plot a test function in 1 or 2 dimensions.

Usage

1
2
## S3 method for class 'soo_function'
plot(x, ...)

Arguments

x

[soo_function] Function to plot.

...

Passed to the respective plot function.

Author(s)

Olaf Mersmann olafm@p-value.net

Examples

1
2
3
4
5
6
par(mfrow=c(2, 2))
fn <- generate_sphere_function(2)
plot(fn)
plot(fn, show="contour")
plot(fn, rank=TRUE)
plot(fn, log=TRUE)

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