P2GH: XTR button to RSEIS

View source: R/P2GH.R

P2GHR Documentation

XTR button to RSEIS

Description

Convert output of XTR button to RSEIS list.

Usage

P2GH(P1)

Arguments

P1

Output of swig after clicking XTR

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.

Value

RSEIS list

Author(s)

Jonathan M. Lees<jonathan.lees.edu>

See Also

swig, prepSEIS

Examples

if(interactive()){
data(GH)

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

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

}


RSEIS documentation built on Sept. 13, 2024, 1:09 a.m.