SELSTA {RSEIS} | R Documentation |
Pick stations and components interactively. This is a routine used in swig.
SELSTA(GH, sel=1, newdev = TRUE, STAY = FALSE)
GH |
RSEIS list |
sel |
vector of index to selected traces |
newdev |
logical, whether to create a new device. |
STAY |
logical, whether to keep device active. |
vector of index to list of stations and components
Jonathan M. Lees<jonathan.lees@unc.edu>
swig
data(GH)
SELSTA(GH, sel=1:7 , newdev = TRUE, STAY = FALSE)