An object of class "spec", which is a list containing at least the following components:
fxx spectral matrix estimates; an array of dimensions dim = c(p,p,nfreq)
freq vector of frequencies at which the spectral density is estimated.
spec vector (for univariate series) or matrix (for multivariate series) of estimates of the spectral density at frequencies corresponding to freq.
details matrix with columns: frequency, period, spectral ordinate(s)
coh NULL for univariate series. For multivariate time series, a matrix containing the squared coherency between different series. Column i + (j - 1) * (j - 2)/2 of coh contains the squared coherency between columns i and j of x, where i < j.
phase NULL for univariate series. For multivariate time series a matrix containing the cross-spectrum phase between different series. The format is the same as coh.
Lh Number of frequencies (approximate) used in the band, as defined in Chapter 4.
n.used Sample length used for the FFT
series The name of the time series.
snames For multivariate input, the names of the component series.
method The method used to calculate the spectrum.
The results are returned invisibly if plot is true.
%% ~Describe the value returned
%% If it is a LIST, use
%% \item{comp1 }{Description of 'comp1'}
%% \item{comp2 }{Description of 'comp2'}
%% ...