summary.wvd | R Documentation |
Provide a summary of wvd objects
## S3 method for class 'wvd'
summary(object,...)
object |
A list created by the WaveD function |
Text output only.
Marc Raimondo
Raimondo, M. and Stewart, M. (2007), "The WaveD Transform in R", Journal of Statistical Software.
WaveD
library(waved)
data=waved.example(TRUE,FALSE)
doppler.wvd=WaveD(data$doppler.noisy,data$g)
summary(doppler.wvd)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.