BDData<- {SummarizedBenchmark}R Documentation

Set data in BenchDesign object

Description

Adds, removes or replaces BDData in BenchDesign object. Data can be removed by setting the value to NULL.

Usage

BDData(x) <- value

## S4 replacement method for signature 'BenchDesign,BDDataOrNULL'
BDData(x) <- value

Arguments

x

BenchDesign object.

value

BDData or NULL.

Value

modified BenchDesign object

Author(s)

Patrick Kimes

See Also

BDData

Examples

bd <- BenchDesign()
BDData(bd) <- BDData(data.frame(x1 = runif(5)))
bd


[Package SummarizedBenchmark version 2.11.1 Index]