Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

print.wst

Print out information about an wst object in readable form.


Description

This function prints out information about an wst.object object in a nice human-readable form.

Usage

## S3 method for class 'wst'
print(x, ...)

Arguments

x

The wst.object object to print info on

...

Other arguments

Details

Description says all

Value

Nothing

Author(s)

G P Nason

See Also

Examples

#
# Generate an wst object (a "nonsense" one for
# the example).
#
vwst <- wst(DJ.EX()$heavi)
#
# Now get Splus/R to use print.wst
#
vwst
#Class 'wst' : Stationary Wavelet Transform Object:
#       ~~~  : List with 5 components with names
#              wp Carray nlevelsWT filter date 
#
#$wp and $Carray are the coefficient matrices
#
#Created on : Wed Sep 08 09:24:03 2004 
#
#summary(.):
#----------
#Levels:  10 
#Length of original:  1024 
#Filter was:  Daub cmpct on least asymm N=10 
#Date:  Wed Sep 08 09:24:03 2004

wavethresh

Wavelets Statistics and Transforms

v4.6.8
GPL (>= 2)
Authors
Guy Nason [aut, cre]
Initial release
2016-10-18

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.