BDData-setter: Set data in BenchDesign object

Description Usage Arguments Value Author(s) See Also Examples

Description

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

Usage

1
2
3
4
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

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

SummarizedBenchmark documentation built on Nov. 8, 2020, 8:30 p.m.