summary.wd3D | R Documentation |
Prints out the number of levels, the type of wavelet filter associated with the decomposition, and the date of production.
## S3 method for class 'wd3D'
summary(object, ...)
object |
The object to print a summary about |
... |
Other arguments |
Description says all
Nothing
G P Nason
wd3D
test.data.3D <- array(rnorm(8*8*8), dim=c(8,8,8))
tdwd3D <- wd3D(test.data.3D)
summary(tdwd3D)
#Levels: 3
#Filter number was: 10
#Filter family was: DaubLeAsymm
#Date: Mon Mar 8 21:48:00 2010
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.