GetProxyError: Get error from proxy.error.var object

View source: R/spec-model.R

GetProxyErrorR Documentation

Get error from proxy.error.var object

Description

Get error from proxy.error.var object

Usage

GetProxyError(
  var.obj,
  timescale,
  exclude = NULL,
  include.f.zero = TRUE,
  format = "long"
)

Arguments

var.obj

timescale dependent variance object from IntegrateErrorSpectra

timescale

the temporal resolution at which the proxy values are being interpreted

exclude

character vector of error components to exclude from the total

include.f.zero

include or exclude power at nu = 0

format

format of the output

Value

1 row dataframe with 1 SD error components

Examples

spec.pars <- GetSpecPars("Mg_Ca", tau_p = 1 / 12, phi_c = 0, seas.amp = 4, T = 100 * 101)
spec.obj <- do.call(ProxyErrorSpectrum, spec.pars)
PlotSpecError(spec.obj)
var.obj <- IntegrateErrorSpectra(spec.obj)
PlotTSDVariance(var.obj)
GetProxyError(var.obj, timescale = 100)

EarthSystemDiagnostics/psem documentation built on March 3, 2024, 10:24 p.m.