BDMethod {SummarizedBenchmark} | R Documentation |
Initializes a new BenchDesign method (BDMethod) object for benchmarking methods.
BDMethod(x, params = rlang::quos(), post = NULL, meta = NULL, ...) ## S4 method for signature 'quosure' BDMethod(x, params = rlang::quos(), post = NULL, meta = NULL, ...) ## S4 method for signature ''function'' BDMethod(x, params = rlang::quos(), post = NULL, meta = NULL, ...)
x |
main method function or function quosure |
params |
list of quosures specifying function parameters. (default = coderlang::quos()) |
post |
list of functions to be applied to the output of |
meta |
list of meta data. (default = NULL) |
... |
other parameters. |
BDMethod object