wp.atom(x, crystal.names="", shift=1, wavelet="s8", boundary=NULL, pdeg=0, pfrac=0, precondition=F, dual=F, analysis.filter=NULL, synthesis.filter=NULL, ...)
level
and
block
, see details below.
"d2", "d4", "c6", "s8"
, etc.
See
wavelet
for a list of all available wavelet names.
"periodic"
.
See
dwt
for a list of all available boundary rules.
boundary="polynomial"
and
"infinite"
only:
degree of polynomial used for boundary extension.
boundary="infinite"
only:
fraction of data used to fit a polynomial of degree
pdeg
.
boundary="interval"
only. See
dwt
for details.
dwt
for details.
dwt
for details.
"wp.atom"
.
atom <- wp.atom(wavelet="s8", block=1, level=0) plot(atom) atom <- wp.atom("s8", block=1, level=3) plot(atom)