- data
eseis
object, numeric
vector or list of
objects, data set to be processed.
- dt
Numeric
value, sampling period. If omitted, dt
is set to 1/200. Only needed if data
is no eseis
object.
- method
Character
value, calculation method. One out of
"periodogram"
, "autoregressive"
and "multitaper"
,
default is "periodogram"
.
- n
Numeric
value, optional number of samples in
running window used for smoothing the spectrogram. Only applied if a
number is provided. Smoothing is performed as running mean.
- ...
Additional arguments passed to the function. See
spec.pgram
, spec.ar
, spec.mtm
.