Description Usage Arguments Value Author(s) See Also Examples
Replaces the BDMethodList
list of methods
in a BenchDesign
object with a specified
BDMethodList
object.
1 2 3 4 | BDMethodList(x) <- value
## S4 replacement method for signature 'BenchDesign,BDMethodList'
BDMethodList(x) <- value
|
x |
BenchDesign object. |
value |
|
modified BenchDesign object
Patrick Kimes
1 2 3 | bd <- BenchDesign()
BDMethodList(bd) <- BDMethodList(avg = BDMethod(x = base::mean))
bd
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.