wlet.drive {RSEIS}R Documentation

Interactive wavelet transform driver

Description

interactive wavelet transform driver

Usage

wlet.drive(Xamp, DT = 0.008, STAMP = NULL)

Arguments

Xamp vector of signal
DT sample interval (s)
STAMP character string for identification

Value

Graphical Side Effects

Author(s)

Jonathan M. Lees<jonathan.lees.edu>

See Also

RPGM, plotwlet, wlet.do

Examples


data(CE1)
plot(CE1$x, CE1$y, type='l')

wlet.drive(CE1$y, CE1$dt, STAMP=CE1$name)



[Package RSEIS version 2.1-4 Index]