BDMethodList<- {SummarizedBenchmark}R Documentation

Set method list in BenchDesign object

Description

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

Usage

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

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


[Package SummarizedBenchmark version 2.8.0 Index]