Learn R Programming

RFOC (version 3.4-10)

REFLECT: reflect pole

Description

Reflect pole to lower hemisphere

Usage

REFLECT(A)

Value

list of:cartesian coordinates of reflected pole

x

x-coordinate

y

y-coordinate

z

z-coordinate

az

azimuth, degrees

dip

dip, degrees

Arguments

A

structure of azimuth and Dips in degrees

Author

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

See Also

Preflect

Examples

Run this code

A = list(az=231, dip = -65)
REFLECT(A)


Run the code above in your browser using DataLab