Learn R Programming

RFOC (version 1.0-4)

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
  • xx-coordinate
  • yy-coordinate
  • zz-coordinate
  • azazimuth, degrees
  • dipdip, degrees

See Also

Preflect

Examples

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

Run the code above in your browser using DataLab