Description Usage Arguments Value Examples
View source: R/sedproxy-interface.R
Get Spectra of Sedproxy PFM Error Components
1 | GetSpecFromErrComponents(err, res)
|
err |
A data.frame of error components. Output from GetErrorComponents. |
res |
The resolution of the timeseries' |
A dataframe of error component power spectra
1 2 3 4 5 | spec.pars <- spectraluncertainty::GetSpecPars("Mg_Ca")
sed.pars <- SedproxyParsFromSpecPars(spec.pars)
PFM <- do.call(sedproxy::ClimToProxyClim, sed.pars)
err.comps <- GetErrorComponents(PFM)
GetSpecFromErrComponents(err.comps, spec.pars$delta_t)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.