P2GH | R Documentation |
Convert output of XTR button to RSEIS list.
P2GH(P1)
P1 |
Output of swig after clicking XTR |
Running swig out after a selection of a window and the XTR button, one can create an RSEIS structure for further use in swig.
RSEIS list
Jonathan M. Lees<jonathan.lees.edu>
swig, prepSEIS
if(interactive()){
data(GH)
#### click twice and select the XTR button
P1 <- swig(GH)
LH <- P2GH(P1)
L1 <- swig(LH)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.