REFLECT {RFOC} | R Documentation |
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 |
Author(s)
Jonathan M. Lees <jonathan.lees@unc.edu>
See Also
Preflect
Examples
A = list(az=231, dip = -65)
REFLECT(A)
[Package RFOC version 3.4-10 Index]