View source: R/makeFunctionsByName.R
makeFunctionsByName | R Documentation |
This function is especially useful in combination with
filterFunctionsByTags
to generate a test set of functions
with certain properties, e.~g., multimodality.
makeFunctionsByName(fun.names, ...)
fun.names |
[ |
... |
[any] |
[smoof_function
]
filterFunctionsByTags
# generate a testset of multimodal 2D functions
## Not run:
test.set = makeFunctionsByName(filterFunctionsByTags("multimodal"), dimensions = 2L, m = 5L)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.