powered by
S3 methods for multivariate spectrum estimation.
plot.mvspectrum plots all univariate spectra. Analogouos to spectrum when plot = TRUE.
plot.mvspectrum
spectrum
plot = TRUE
# S3 method for mvspectrum plot(x, log = TRUE, ...)
an object of class "foreca.one_weightvector".
"foreca.one_weightvector"
logical; if TRUE (default), it plots the spectra on log-scale.
TRUE
additional arguments passed to matplot.
matplot
get_spectrum_from_mvspectrum
# NOT RUN { # see examples in 'mvspectrum' SS <- mvspectrum(diff(log(EuStockMarkets)) * 100, spectrum.control = list(method = "mvspec")) plot(SS, log = FALSE) # }
Run the code above in your browser using DataLab