t | R Documentation |
Returns the transpose of a "timeSeries"
object.
## S4 method for signature 'timeSeries'
t(x)
x |
a 'timeSeries' object. |
a matrix
## Dummy 'timeSeries' with NAs entries
data <- matrix(1:24, ncol = 2)
s <- timeSeries(data, timeCalendar())
s
## Transpose 'timeSeries' -
t(s)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.