row_and_colnames: Row and column name getters and setters for...

Description Usage Arguments Details Value Examples

Description

colnames(), rownames() can be used to reset the dimensions, column and row names respectively. The data will be updated across all slots of TimeSeriesExperiment.

Usage

1
2
3
4
5
## S4 replacement method for signature 'TimeSeriesExperiment'
colnames(x) <- value

## S4 replacement method for signature 'TimeSeriesExperiment'
rownames(x) <- value

Arguments

x

a TimeSeriesExperiment object.

value

a character vector or a list of two character vectors with new dimension names.

Details

Setting colnames() automatically updates information in dimensionReduction slot.

Value

a character vector

Examples

1
2
3
4

nlhuong/TimeSeriesExperiment documentation built on Sept. 8, 2021, 12:30 a.m.