View source: R/ObtainArraySpectra.R
ObtainArraySpectra | R Documentation |
Calculate all relevant spectral estimates for a given array of n
proxy records. The spectral estimates can be smoothed in logarithmic space
and are calculated using Thomson’s multitaper method with three windows with
linear detrending before analysis.
ObtainArraySpectra(cores, res = 1, neff = length(cores), df.log = NULL, ...)
cores |
a list or a data frame of the proxy data from the record array. If a list is supplied, all elements must be numeric vectors of the same length. |
res |
the sampling (e.g., temporal) resolution of the proxy data; determines the frequency axis of the spectral estimates. |
neff |
the effective number of records (e.g. to account for an expected
spatial correlation of the local noise). Per default, no spatial noise
correlation is assumed and |
df.log |
width of the Gaussian kernel in logarithmic frequency units to
smooth the spectral estimates; |
... |
additional parameters which are passed to the spectral estimation
function |
A list of the following components:
single
:a list of n
spectral objects
(?spec.object
) with the spectra of each individual proxy record;
mean
:spectral object of the mean spectrum across all individual spectra;
stack
:spectral object of the spectrum of the average proxy record ("stacked record");
with the attribute array.par
: a named vector with information on the proxy
record array: number of (effective) records (nc
= neff
), number
of observation points per record (nt
), and sampling resolution
(res
= res
).
Thomas Münch
PlotArraySpectra
, SpecMTM
,
spec.object
for the definition of a proxysnr
spectral
object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.