Learn R Programming

RSEIS (version 4.2-4)

P2GH: XTR button to RSEIS

Description

Convert output of XTR button to RSEIS list.

Usage

P2GH(P1)

Value

RSEIS list

Arguments

P1

Output of swig after clicking XTR

Author

Jonathan M. Lees<jonathan.lees.edu>

Details

Running swig out after a selection of a window and the XTR button, one can create an RSEIS structure for further use in swig.

See Also

swig, prepSEIS

Examples

Run this code
if(interactive()){
data(GH)

#### click twice and  select the XTR button
P1 <- swig(GH)

LH <- P2GH(P1)
L1 <- swig(LH)

}

Run the code above in your browser using DataLab