crystal.names {wmtsa}R Documentation

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

methods(crystal.names)

[Package wmtsa version 2.0-0 Index]