Usage
plot.lspec(x, what = "b", n, add = FALSE, xlim, ylim, xlab = "", ylab = "",
type, ...)
Arguments
x
lspec object, typically the result of lspec.what
what should be plotted: b (spectral density and line spectrum
superimposed), d (spectral density function),
l (line spectrum) or p (spectral distribution function).
n
the number of equally spaced points at which to plot the fit; default is max(100,fit$sample).
add
indicate that the plot should be added to an existing plot.
xlim
X-axis plotting limits: default is $c(0,\pi)$, except
when what = "p", when the default is $c(-\pi,\pi)$.
ylim
Y-axis plotting limits.
type
plotting type; default is "l" when what = "d"
and what = "p", "h" when what = "l", and
a combination of "h" and "l" when what ="b"
...
all regular plotting options are passed on.