wmtsa (version 2.0-3)

wavTitle: Extract the name of the data used to generate objects of various wavelet classes

Description

Wavelet functions store the original name of the data used to create the output in various locations within the output object. This function provides a means by which the user can directly access data name.

Usage

wavTitle(x, default="x")

Arguments

x

an object of class mra, mrd, decompose, wavTransform or signalSeries.

default

a default chacter string to use if no valid time series name is found. Default: "x".

Value

a character string vector containing the result.

See Also

wavDWT, wavMODWT.

Examples

Run this code
# NOT RUN {
wavTitle(wavDWT(1:8))
# }

Run the code above in your browser using DataLab