Learn R Programming

Rquake (version 2.4-4)

Y2Pphase: Convert Y-phase to P-phase

Description

Removes extraneous other-phase from a pick file. If Ypix were made initially as a rough pick, this removes them.

Usage

Y2Pphase(twpx, phase)

Arguments

twpx

WPX list

phase

character, phase to exchange to P

Value

WPX returned without other-phases

Details

Initially many events may be picked using GPIX button. These should be removed after the P-phases have been determined with PickWin.

See Also

PPIX, GPIX, YPIX, PickWin

Examples

Run this code
# NOT RUN {
newwpx = Y2Pphase(twpx, "G" )
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab