mc2cart {RFOC} | R Documentation |
Convert azimuth, dip to Cartesian Coordinates
Description
takes the pole information from a steroplot and returns the cartesian coordinates
Usage
mc2cart(az, dip)
Arguments
az |
degrees, orientation angle, from North |
dip |
degrees, dip of pole |
Value
list of x,y,z values
Author(s)
Jonathan M. Lees <jonathan.lees@unc.edu>
Examples
v1 = mc2cart(65,32)
v2 = mc2cart(135,74)
[Package RFOC version 3.4-10 Index]