ctap_loess: Taper constraints using loess smoothing

View source: R/func_tapers.R

ctap_loessR Documentation

Taper constraints using loess smoothing

Description

Taper constraints using loess smoothing

Usage

ctap_loess(tapvec, ...)

## S3 method for class 'tapers'
ctap_loess(tapvec, ...)

## Default S3 method:
ctap_loess(
  tapvec,
  tapseq = NULL,
  loess.span = 0.3,
  loess.degree = 1,
  verbose = TRUE,
  ...
)

Arguments

tapvec

integer or 'tapers' object; the number of tapers at each frequency

...

optional arguments

tapseq

numeric; positions or frequencies – necessary for smoother methods

loess.span

scalar; the span used in loess

loess.degree

scalar; the polynomial degree

verbose

logical; should warnings and messages be given?

See Also

constrain_tapers, ctap_simple


abarbour/psd documentation built on Aug. 15, 2023, 8:56 a.m.