Learn R Programming

wavethresh (version 4.6.9)

summary.wpst: Print out some basic information associated with a wpst object

Description

Prints out the number of levels, the length of the original vector from which the object came, the type of wavelet filter associated with the decomposition, and the date of production.

Usage

# S3 method for wpst
summary(object, …)

Arguments

object

The object to print a summary about

Other arguments

Value

Nothing

Details

Description says all

See Also

wpst

Examples

Run this code
# NOT RUN {
vwpst <- wpst(rnorm(32))
summary(vwpst)
#Levels:  5 
#Length of original:  32 
#Filter was:  Daub cmpct on least asymm N=10 
#Date:  Mon Mar  8 21:54:47 2010 
# }

Run the code above in your browser using DataLab