mcols<-,SummarizedBenchmark-method {SummarizedBenchmark} | R Documentation |
Modifies the mcols
slot of a SummarizedBenchmark
object.
## S4 replacement method for signature 'SummarizedBenchmark' mcols(x, ...) <- value
x |
A |
... |
Futher arguments, perhaps used by methods. |
value |
A DataFrame of meta data. |
Modfied SummarizedBenchmark
object.
Alejandro Reyes