setPrePix {RSEIS} | R Documentation |
Set list of arrival times for swig.
Description
Prepare a set of arrival picks for swig plotting.
Usage
setPrePix(R1, tt, name, flag = "K", col = "blue")
Arguments
R1 |
Location and time of event source. (list) |
tt |
Vector of travel times, seconds. |
name |
Station names |
flag |
Phase Identifier, character |
col |
Color |
Value
List of picks suitable for swig plotting.
Note
R1 should have yr, jp, hr, mi, sec at the least.
Author(s)
Jonathan M. Lees<jonathan.lees@unc.edu>
See Also
setWPX
Examples
T1 = as.POSIXct("2020-08-20 06:30:17.15 UTC", "UTC")
R1 = posix2RSEIS(T1)
name = c("MERT", "KRN", "KUA")
tt = c(1,2,3)
wpx = setPrePix(R1, tt, name, flag = "K", col = "blue")
[Package RSEIS version 4.2-0 Index]