plot.wvd | R Documentation |
Plot wvd objects
## S3 method for class 'wvd'
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.
WaveD
library(waved)
data=waved.example(TRUE,FALSE)
doppler.wvd=WaveD(data$doppler.noisy,data$g)
plot(doppler.wvd)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.