Learn R Programming

Rquake (version 2.5-1)

RQ: Rquake Button

Description

Driver for NLSlocate

Usage

RQ(nh, g, idev = 3)

Value

new hypocenter

Arguments

nh

RSEIS list

g

parameters from swig

idev

device for plotting

Author

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

Details

Button to be called from within swig after picking.

See Also

NLSlocate, EQXYresid, XYSETUP, swig,chak

Examples

Run this code
if(interactive()){
##### interactive  
data(GH, package='RSEIS')

 buts = c("GPIX","PPIX", "PickWin",
         "fspread", "gMAP", "RQ" , "CONTPF")

RSEIS::swig(GH, PADDLAB=buts)
}

Run the code above in your browser using DataLab