BDData<- {SummarizedBenchmark} | R Documentation |
Adds, removes or replaces BDData
in
BenchDesign
object.
Data can be removed by setting the value to NULL
.
BDData(x) <- value ## S4 replacement method for signature 'BenchDesign,BDDataOrNULL' BDData(x) <- value
x |
|
value |
|
modified BenchDesign object
Patrick Kimes
bd <- BenchDesign() BDData(bd) <- BDData(data.frame(x1 = runif(5))) bd