Learn R Programming

Rquake (version 1.2-2)

viewCHAC: 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

viewCHAC(DBnov , gstas, gcomps,sched, stas, buts='GPIX', replot=TRUE , kind=2, 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 CHAC dataset

See Also

makeDB, Mine.seis

Examples

Run this code
sched  =seq(from=325, to=335, by=1/24)
viewCHAC( DBnov , gstas, gcomps , sched)

Run the code above in your browser using DataLab