Description Usage Arguments Value Author(s) See Also Examples
Adds, removes or replaces BDData
in
BenchDesign
object.
Data can be removed by setting the value to NULL
.
1 2 3 4 |
x |
|
value |
|
modified BenchDesign object
Patrick Kimes
1 2 3 | bd <- BenchDesign()
BDData(bd) <- BDData(data.frame(x1 = runif(5)))
bd
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.