plot2DNumeric {smoof} | R Documentation |
Plot a two-dimensional numeric function.
Description
Either a contour-plot or a level-plot.
Usage
plot2DNumeric(
x,
show.optimum = FALSE,
main = getName(x),
render.levels = FALSE,
render.contours = TRUE,
n.samples = 100L,
...
)
Arguments
x |
[ |
show.optimum |
[ |
main |
[ |
render.levels |
[ |
render.contours |
[ |
n.samples |
[ |
... |
[any] |
Value
Nothing
[Package smoof version 1.6.0.3 Index]