Learn R Programming

RSEIS (version 4.0-3)

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

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.

See Also

setWPX

Examples

Run this code
# NOT RUN {
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