SPECT.drive {RSEIS}R Documentation

Interactive Spectrogram Driver

Description

Interactive Spectrogram Driver

Usage

SPECT.drive(Xamp, DT = 0.008, NEW = TRUE, STAMP = NULL)

Arguments

Xamp signal trace
DT deltaT sample interval, s
NEW logical, TRUE=recalculate spectrum
STAMP character stamp for identification

Details

Interactive buttons are set internally.

Value

Graphical Side Effects

Author(s)

Jonathan M. Lees<jonathan.lees.edu>

See Also

plotevol, RPMG

Examples

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)


[Package RSEIS version 2.1-4 Index]