Learn R Programming

RSEIS (version 2.1-6)

SPECT.drive: 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

Value

  • Graphical Side Effects

Details

Interactive buttons are set internally.

See Also

plotevol, RPMG

Examples

Run this code
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)

Run the code above in your browser using DataLab