R/AllGenerics.R, R/BDMethodList-accessors.R, R/BenchDesign-accessors.R
BDMethod-setter.RdAdds, replaces or removes a named BDMethod method
in a BDMethodList or
BenchDesign object with a specified
BDMethod object.
An existing method can be removed by setting the value to NULL.
BDMethod(x, i) <- value # S4 method for BDMethodList,character,BDMethod BDMethod(x, i) <- value # S4 method for BDMethodList,character,`NULL` BDMethod(x, i) <- value # S4 method for BenchDesign,character,BDMethod BDMethod(x, i) <- value # S4 method for BenchDesign,character,`NULL` BDMethod(x, i) <- value
| x |
|
|---|---|
| i | character name of method. |
| value |
|
modified BenchDesign object