addWPX: Add one pick to WPX file

View source: R/addWPX.R

addWPXR Documentation

Add one pick to WPX file

Description

Add one pick to WPX file

Usage

addWPX(WPX, ppx)

Arguments

WPX

WPX list

ppx

WPX list

Details

Adds one pick to end of list.

Value

WPX list

Note

Uses, the last pick as a reference.

Author(s)

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

See Also

catWPX

Examples

s1 <- setWPX(name="HI", yr=2011, jd=231, hr=4, mi=3, sec = runif(5)) 
s2 <- setWPX(name="HI", yr=2011, jd=231, hr=4, mi=3, sec = runif(1)) 

s3 <- addWPX(s1, s2)




RSEIS documentation built on Aug. 19, 2023, 5:07 p.m.