nlevels {wavethresh}R Documentation

Returns number of scale (resolution) levels.

Description

Returns the number of scales (or resolutions) in various wavelet objects and for some objects returns the number of scales that would result if processed by a wavelet routine.

This function is generic.

One methods exists at present as most wavelet objects store the number of levels as the nlevels component. The method that exists isnlevels.default

Usage

nlevels(...)

Arguments

... See individual help pages for details.

Details

See individual method help pages for operation and examples.

Value

An integer representing the number of levels associated with the object.

RELEASE

Version 3.6.0 Copyright Guy Nason 1995

Author(s)

G P Nason

See Also

nlevels.default


[Package wavethresh version 4.5 Index]