Learn R Programming

Rquake (version 2.4-4)

viewseis: View Continuous Data

Description

Scroll through continuous data recorded in the field. Uses a database describing the locations and content of each file stored on disk.

Usage

viewseis(DBnov , gstas, gcomps,sched, stas,
buts='GPIX', replot=TRUE , kind=0, Iendian=1, BIGLONG=FALSE)

Arguments

DBnov

RSEIS Data Base

gstas

stations to extract

gcomps

components to extract

sched

schedule of start times for extraction

stas

station list

buts

buttons for swig

replot

logical, TRUE=rerun swig after done click

kind

kind of data, 0=nativeR, 1=segy, 2=sac

Iendian

endian

BIGLONG

big long or short long

Value

Graphics, and Side effects

Details

These are set up for the seis dataset

See Also

makeDB, Mine.seis

Examples

Run this code
# NOT RUN {
sched  =seq(from=325, to=335, by=1/24)
viewseis( DBnov , gstas, gcomps , sched, kind=2,
 Iendian=1, BIGLONG=FALSE)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab