plot3d {soobench} | R Documentation |
Plot a test function in 3D.
plot3d(x, lower = lower_bounds(x), upper = upper_bounds(x), n = 10000L, main = function_name(x), xlab = expression(x[1]), ylab = expression(x[2]), log = FALSE, rank = FALSE, ...)
x |
Function to plot. |
lower |
Lower bounds of x1 and x2. |
upper |
Upper bounds of x1 and x2. |
n |
Number of locations at which to sample the function. |
xlab |
Label of x (x1) axes. |
ylab |
Label of y (x2) axes. |
main |
Main title of plot. |
log |
If |
rank |
If |
... |
Passed to |
Olaf Mersmann olafm@datensplitter.net