Plot an one-dimensional function.
plot1DNumeric(
x,
show.optimum = FALSE,
main = getName(x),
n.samples = 500L,
...
)
[smoof_function
]
Function.
[logical(1)
]
If the function has a known global optimum, should its location be
plotted by a point or multiple points in case of multiple global optima?
Default is FALSE
.
[character(1L)
]
Plot title.
Default is the name of the smoof function.
[integer(1)
]
Number of locations to be sampled. Default is 500.
[any]
Further paramerters passed to plot function.
Nothing