powered by
Converts a stacked N*T vector into a time-space matrix with columns and rows corresponding to time and space, respectively.
vect.to.TSmat(vect, T = 1)
A T x N matrix with columns and rows corresponding to time and space, respectively.
A vector of stacked values. Stacking is done first over space and then time.
Number of time points.
Fabio Sigrist
vect <- 1:12 vect vect.to.TSmat(vect,T=3)
Run the code above in your browser using DataLab