fft(z, inverse=F)
If z is an array, fft will return the multi-dimensional unnormalized discrete Fourier transform of z-a complex array with the same shape as z. Therefore, using fft on a multivariate time series will not compute the time transform.
The chapter "Analyzing Time Series" in the S-PLUS Guide to Statistical and Mathematical Analysis.