wlet.drive {RSEIS} | R Documentation |
interactive wavelet transform driver
wlet.drive(Xamp, DT = 0.008, STAMP = NULL)
Xamp |
vector of signal |
DT |
sample interval (s) |
STAMP |
character string for identification |
Graphical Side Effects
Jonathan M. Lees<jonathan.lees.edu>
RPGM, plotwlet, wlet.do
data(CE1) plot(CE1$x, CE1$y, type='l') wlet.drive(CE1$y, CE1$dt, STAMP=CE1$name)