plot.wvd {waved} | R Documentation |
Plot wvd objects
plot(x,...)
x |
A list created by the WaveD function |
Graphical 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) plot(doppler.wvd)