setPrePix | R Documentation |
Prepare a set of arrival picks for swig plotting.
setPrePix(R1, tt, name, flag = "K", col = "blue")
R1 |
Location and time of event source. (list) |
tt |
Vector of travel times, seconds. |
name |
Station names |
flag |
Phase Identifier, character |
col |
Color |
List of picks suitable for swig plotting.
R1 should have yr, jp, hr, mi, sec at the least.
Jonathan M. Lees<jonathan.lees@unc.edu>
setWPX
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")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.