autoplot.spec: Autoplotting Spectral Densities

Description Usage Arguments

Description

Plotting method for objects of class "spec". For multivariate time series it plots the marginal spectra of the series or pairs plots of the coherency and phase of the cross-spectra.

Usage

1
2
3
4
## S3 method for class 'spec'
autoplot(x, ci = 0.95, log = TRUE, xlab = "frequency",
  ylab = NULL, main = NULL, plot.type = c("spectrum", "coherency",
  "phase"))

Arguments

x

an object of class "spec"

ci

coverage probability for confidence interval. Plotting of the confidence bar/limits is omitted unless ci is strictly positive.

log

use conventional log scale or linear scale. The default is TRUE.

xlab

the x label of the plot

ylab

the y label of the plot

main

overall title for the plot. If missing, a suitable title is constructed

plot.type

For multivariate time series, the type of plot required.


santoscs/mecnost documentation built on May 29, 2019, 1:48 p.m.