wavTitle {wmtsa} | R Documentation |
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.
wavTitle(x, default="x")
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" . |
a character string vector containing the result.
wavTitle(wavDWT(1:8))