BDMethodList-setter: Set method list in BenchDesign object

Description Usage Arguments Value Author(s) See Also Examples

Description

Replaces the BDMethodList list of methods in a BenchDesign object with a specified BDMethodList object.

Usage

1
2
3
4
BDMethodList(x) <- value

## S4 replacement method for signature 'BenchDesign,BDMethodList'
BDMethodList(x) <- value

Arguments

x

BenchDesign object.

value

BDMethodList list of methods.

Value

modified BenchDesign object

Author(s)

Patrick Kimes

See Also

BDMethod, BDMethodList

Examples

1
2
3
bd <- BenchDesign()
BDMethodList(bd) <- BDMethodList(avg = BDMethod(x = base::mean))
bd

SummarizedBenchmark documentation built on Nov. 8, 2020, 8:30 p.m.