BDMethodList-accessors {SummarizedBenchmark}R Documentation

BDMethodList Accessors

Description

These methods can be used to access, set, and remove elements of a BDMethodList object.

Usage

## S4 replacement method for signature 'BDMethodList,character,BDMethod'
BDMethod(x, i) <- value

## S4 replacement method for signature 'BDMethodList,character,'NULL''
BDMethod(x, i) <- value

## S4 method for signature 'BDMethodList'
BDMethod(x, i = 1)

Arguments

x

BDMethodList object.

i

character name or integer index of a BDMethod object. (Note: must be a character name for replacement operations.)

value

replacement object, either BDMethod or NULL object.

Value

modified BDMethodList object

Author(s)

Patrick Kimes


[Package SummarizedBenchmark version 2.2.2 Index]