| BDMethod-class {SummarizedBenchmark} | R Documentation |
Container for individual methods to be compared as part of a BenchDesign object.
## S4 method for signature 'BDMethod' show(object)
object |
BDMethod object to show |
fa function to be benchmarked
fca captured expression of the function f
paramsa list of quosures specifying function parameters
posta list of functions to be applied to the output of f
metaa list of meta data
Patrick Kimes