Learn R Programming

wavethresh (version 2.2-11)

wvrelease: Identify version of wavelet software.

Description

Prints a message identifying the version of the wavelet software.

Usage

wvrelease(do.cat = interactive())

Arguments

do.cat
logical; if true, cat(.) a few lines to the console, otherwise just invisibly return.

Value

  • a list list with components
  • majorthe major release number
  • R.minorthe R port version (of the major release)

Side Effects

Prints a message identifying the version of the wavelet software.

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).

Examples

Run this code
str(r <- wvrelease())

Run the code above in your browser using DataLab