Learn R Programming

RFOC (version 3.4-6)

mc2cart: 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

Examples

Run this code
# NOT RUN {
v1  = mc2cart(65,32)
v2  = mc2cart(135,74)


# }

Run the code above in your browser using DataLab