wmtsa (version 2.0-3)

crystal.names: Generic function for obtaining crystal names of wavelet transform objects

Description

Returns the names assigned to crystals (vectors of wavelet transform coefficients).

Usage

crystal.names(x, ...)

Arguments

x

any object. Missing values (NAs) are allowed.

...

optional arguments to be passed directly to the inherited function without alteration and with the original names preserved.

Value

a vector of character strings.

See Also

wavMRD.

Examples

Run this code
# NOT RUN {
methods(crystal.names)
# }

Run the code above in your browser using DataCamp Workspace