Learn R Programming

RSEIS (version 4.2-4)

setPrePix: 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")

Value

List of picks suitable for swig plotting.

Arguments

R1

Location and time of event source. (list)

tt

Vector of travel times, seconds.

name

Station names

flag

Phase Identifier, character

col

Color

Author

Jonathan M. Lees<jonathan.lees@unc.edu>

See Also

setWPX

Examples

Run this code

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") 


Run the code above in your browser using DataLab