BDMethodList<- {SummarizedBenchmark} | R Documentation |
Replaces the BDMethodList
list of methods
in a BenchDesign
object with a specified
BDMethodList
object.
BDMethodList(x) <- value ## S4 replacement method for signature 'BenchDesign,BDMethodList' BDMethodList(x) <- value
x |
BenchDesign object. |
value |
|
modified BenchDesign object
Patrick Kimes
bd <- BenchDesign() BDMethodList(bd) <- BDMethodList(avg = BDMethod(x = base::mean)) bd