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".