summary.wvd {waved} | R Documentation |
Summary of wvd objects
Description
Provide a summary of wvd objects
Usage
## S3 method for class 'wvd'
summary(object,...)
Arguments
object |
A list created by the WaveD function |
Value
Text output only.
Author(s)
Marc Raimondo
References
Raimondo, M. and Stewart, M. (2007), "The WaveD Transform in R", Journal of Statistical Software.
See Also
Examples
library(waved)
data=waved.example(TRUE,FALSE)
doppler.wvd=WaveD(data$doppler.noisy,data$g)
summary(doppler.wvd)
[Package waved version 1.3 Index]