Learn R Programming

waved (version 1.3)

summary.wvd: Summary of wvd objects

Description

Provide a summary of wvd objects

Usage

# S3 method for wvd
summary(object,...)

Value

Text output only.

Arguments

object

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)
summary(doppler.wvd)

Run the code above in your browser using DataLab