BenchDesign-accessors {SummarizedBenchmark} | R Documentation |
These methods can be used to access, set, and remove elements of a BenchDesign object.
BDData(x) <- value BDMethod(x, i) <- value BDMethodList(x) <- value ## S4 replacement method for signature 'BenchDesign,BDDataOrNULL' BDData(x) <- value ## S4 replacement method for signature 'BenchDesign,character,BDMethod' BDMethod(x, i) <- value ## S4 replacement method for signature 'BenchDesign,character,'NULL'' BDMethod(x, i) <- value ## S4 replacement method for signature 'BenchDesign,BDMethodList' BDMethodList(x) <- value ## S4 method for signature 'BenchDesign' BDMethod(x, i = 1) ## S4 method for signature 'BenchDesign' BDMethodList(..., x = NULL)
x |
BenchDesign object. |
value |
replacement object, either BDData, BDMethod, BDMethodList or NULL object. |
i |
character name or integer index of a BDMethod object. (Note: must be a character name for replacement operations.) |
... |
Futher arguments, perhaps used by methods |
modified BenchDesign object
Patrick Kimes