Learn R Programming

Rquake (version 1.2-2)

GPIX: PICK Buttons for swig

Description

defining functions for swig

Usage

GPIX(nh, g)

Arguments

nh
waveform list for RSEIS
g
plotting parameter list for interactive program

Value

  • The return value depends on the nature of the function as it is returned to the main code swig. Choices for returning to swig are: break, replot, revert, replace, donothing, exit.

Details

Buttons can be defined on the fly. [object Object]

See Also

swig, XTR

Examples

Run this code
STDLAB=c("DONE", "QUIT", "SELBUT" , "GPIX" )
data(GH)
JJ = swig(GH, sel=1:10, STDLAB=STDLAB)

Run the code above in your browser using DataLab