runSpotBench | R Documentation |
Run spot
on a list of spot benchmark functions
runSpotBench( fl = makeMoreFunList(), control = list(), n = 2, k = 1:length(makeMoreFunList()$funList), verbosity = 0 )
fl |
function list. Generated with one of the function list
generators in |
control |
The control list used by |
n |
repeats. If |
k |
subset of benchmark functions.
Default: |
verbosity |
Level 0 shows no output (default). |
res. data.frame with results: c("f", "r", "y")
summary(runSpotBench(k=1)$y)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.