flipZEE: Flip Z direction

Description Usage Arguments Details Value Note Author(s) See Also Examples

Description

Flip the zee direction so negative is down.

Usage

1
flipZEE(pol)

Arguments

pol

list of x,y

Details

Reverse the sign of the y-direction to achieve negative down Z values.

Value

same as input with -y

Note

Uses the y component as if it were Z.

Author(s)

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

See Also

rev2RH, dircheck

Examples

1
2
3
4
L=list()
L$x=c( 0.2188,-0.6668,-1.0992,-0.5105, 0.5106)
L$y=c( 0.76822, 0.75292,-0.01741,-0.74692,-0.48165)
flipZEE(L)

geophys documentation built on May 1, 2019, 9:26 p.m.