summary.wvd: Summary of wvd objects

Description Usage Arguments Value Author(s) References See Also Examples

View source: R/functionINIT.R

Description

Provide a summary of wvd objects

Usage

1
2
## S3 method for class 'wvd'
summary(object,...)

Arguments

object

A list created by the WaveD function

Value

Text 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

1
2
3
4
library(waved)
data=waved.example(TRUE,FALSE)
doppler.wvd=WaveD(data$doppler.noisy,data$g)
summary(doppler.wvd)

waved documentation built on May 2, 2019, 3:21 a.m.

Related to summary.wvd in waved...