Learn R Programming

RFOC (version 3.4-6)

REFLECT: reflect pole

Description

Reflect pole to lower hemisphere

Usage

REFLECT(A)

Arguments

A

structure of azimuth and Dips in degrees

Value

list of:cartesian coordinates of reflected pole

x

x-coordinate

y

y-coordinate

z

z-coordinate

az

azimuth, degrees

dip

dip, degrees

See Also

Preflect

Examples

Run this code
# NOT RUN {
A = list(az=231, dip = -65)
REFLECT(A)


# }

Run the code above in your browser using DataLab