summary.wvd {waved} | R Documentation |
Provide a summary of wvd objects
summary.wvd(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.
library(waved) data=waved.example(TRUE,FALSE) doppler.wvd=WaveD(data$doppler.noisy,data$g) summary(doppler.wvd)