Last chance! 50% off unlimited learning
Sale ends in
Returns the transpose of as.matrix(x)
# S3 method for tis
t(x)
a tis
object. If x
is univariate, it will be
treated as if it were a single-column matrix, so it's transpose will
be a single-row matrix.
A matrix, see t
. Note that this is not a
time series.
# NOT RUN {
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
# }
Run the code above in your browser using DataLab