plot.wvd: Plot wvd objects

View source: R/functionINIT.R

plot.wvdR Documentation

Plot wvd objects

Description

Plot wvd objects

Usage

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

Arguments

x

A list created by the WaveD function

Value

Graphical output only.

Author(s)

Marc Raimondo

References

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

See Also

WaveD

Examples

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


waved documentation built on May 29, 2024, 5:29 a.m.

Related to plot.wvd in waved...