Learn R Programming

RFOC (version 3.4-10)

mc2cart: Convert azimuth, dip to Cartesian Coordinates

Description

takes the pole information from a steroplot and returns the cartesian coordinates

Usage

mc2cart(az, dip)

Value

list of x,y,z values

Arguments

az

degrees, orientation angle, from North

dip

degrees, dip of pole

Author

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

Examples

Run this code
v1  = mc2cart(65,32)
v2  = mc2cart(135,74)


Run the code above in your browser using DataLab