GPIX: PICK Buttons for swig

View source: R/GPIX.R

GPIXR Documentation

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

Details

Buttons can be defined on the fly.

GPIX

Multiple picks on a panel

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.

Author(s)

Jonathan M. Lees<jonathan.lees@unc.edu>

See Also

swig, XTR

Examples


if(interactive()){
######  interactive addition of buttons in swig

STDLAB=c("DONE", "QUIT", "SELBUT" , "GPIX" )
data(GH, package='RSEIS')
JJ = RSEIS::swig(GH, sel=1:10, STDLAB=STDLAB)

}



Rquake documentation built on June 22, 2024, 11:54 a.m.