wvrelease {wavethresh}R Documentation

Identify version of wavelet software.

Description

Prints a message identifying the version of the wavelet software.

Usage

wvrelease()

Details

When attaching the wavelet software directory to your own data directory it is useful to put a "wvrelease()" function call just after the attach. This ensures that you have attached to the correct directory and that you are using the most up to date software. (This function is mainly useful to those of you that have received earlier versions of this software).

Value

a list list with components
major the major release number
R.minor the R port version (of the major release)

Side Effects

Prints a message identifying the version of the wavelet software.

See Also

Examples

str(r <- wvrelease())

[Package Contents]