Description Usage Arguments Value See Also Examples
Returns the transpose of as.matrix(x)
1 2 | ## S3 method for class 'tis'
t(x)
|
x |
a |
A matrix, see t
. Note that this is not a
time series.
1 2 3 | a <- tis(matrix(1:30, 5,6), start = latestMonth())
a
t(a) ##i.e., a[i, j] == t(a)[j, i] for all i,j, and t(a) is NOT a time series
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.