mcols<-,SummarizedBenchmark-method {SummarizedBenchmark}R Documentation

Set meta data columns in SummarizedBenchmark object

Description

Modifies the mcols slot of a SummarizedBenchmark object.

Usage

## S4 replacement method for signature 'SummarizedBenchmark'
mcols(x, ...) <- value

Arguments

x

A SummarizedBenchmark object.

...

Futher arguments, perhaps used by methods.

value

A DataFrame of meta data.

Value

Modfied SummarizedBenchmark object.

Author(s)

Alejandro Reyes

See Also

SummarizedBenchmark


[Package SummarizedBenchmark version 2.11.1 Index]