BDMethodList {SummarizedBenchmark}R Documentation

Create a new BDMethodList

Description

Initialized a new SimpleList of BenchDesign method (BDMethod) objects.

Usage

BDMethodList(..., x = NULL)

## S4 method for signature 'ANY'
BDMethodList(..., x = NULL)

Arguments

...

a named list of BDMethod objects

x

a BenchDesign or SummarizedBenchmark object to extract the BDMethodList from. (default = NULL)

Value

BDMethodList object

Author(s)

Patrick Kimes

Examples

BDMethodList()


[Package SummarizedBenchmark version 2.2.2 Index]