powered by
as.matrix(x)
## S3 method for class 'tis': t(x)
tis
x
t
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