Learn R Programming

waved (version 1.3)

plot.wvd: Plot wvd objects

Description

Plot wvd objects

Usage

# S3 method for wvd
plot(x,...)

Value

Graphical output only.

Arguments

x

A list created by the WaveD function

Author

Marc Raimondo

References

Raimondo, M. and Stewart, M. (2007), "The WaveD Transform in R", Journal of Statistical Software.

See Also

WaveD

Examples

Run this code
library(waved)
data=waved.example(TRUE,FALSE)
doppler.wvd=WaveD(data$doppler.noisy,data$g)
plot(doppler.wvd)

Run the code above in your browser using DataLab