Usage
wavDWPT(x, wavelet="s8", n.levels=ilogb(length(x), base=2), position=list(from=1,by=1,units=character()), units=character(), title.data=character(), documentation=character())
Arguments
x
a vector containing a uniformly-sampled real-valued time series.
documentation
a character string used to describe the input
data
. Default: character()
.
n.levels
the number of decomposition levels.
Default: as.integer(floor(logb(length(x),base=2)))
.
position
a list
containing the arguments
from, by
and to
which describe the position(s) of the input
data
. All position arguments need not be specified as missing members
will be filled in by their default values. Default: list(from=1, by=1, units=character())
.
title.data
a character string representing the name of the input
data
. Default: character()
.
units
a string denoting the units of the time series. Default: character()
(no units).
wavelet
a character string denoting the filter type.
See wavDaubechies
for details. Default: "s8"
.