SPECT.drive {RSEIS} | R Documentation |
Interactive Spectrogram Driver
SPECT.drive(Xamp, DT = 0.008, NEW = TRUE, STAMP = NULL)
Xamp |
signal trace |
DT |
deltaT sample interval, s |
NEW |
logical, TRUE=recalculate spectrum |
STAMP |
character stamp for identification |
Interactive buttons are set internally.
Graphical Side Effects
Jonathan M. Lees<jonathan.lees.edu>
plotevol, RPMG
data(CE1) ######### Xamp = CE1$y[CE1$x>5.443754 & CE1$x<5.615951] Xamp = CE1$y plot(Xamp, type='l') DT = CE1$dt SPECT.drive(Xamp, DT = DT, NEW = TRUE, STAMP = NULL)