timeSeries (version 3022.101.2)

t: timeSeries Transpose

Description

Returns the transpose of a 'timeSeries' object.

Usage

"t"(x)

Arguments

x
a 'timeSeries' object.

Value

Returns a matrix object.

Examples

Run this code
## Dummy timeSeries with NAs entries
   data <- matrix(1:24, ncol = 2)
   s <- timeSeries(data, timeCalendar())
   s
   
## Transpose 'timeSeries' -
   t(s)

Run the code above in your browser using DataCamp Workspace