Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

CONVERTSDR

Convert Strike-Dip-Rake to MEC structure


Description

Takes Strike-Dip-Rake and creates planes and pole locations for MEC structure

Usage

CONVERTSDR(strike, dip, rake)

Arguments

strike

angle, degrees, strike of down dip directin

dip

angle, degrees, dip is measured from the horizontal NOT from the NADIR

rake

angle, degrees

Details

input is strike dip and rake in degrees

Value

LIST:

strike

strike

dipdir

dip

rake

rake

F

list(az, dip) of F-pole

G

list(az, dip) of G-pole

U

list(az, dip) of U-pole

V

list(az, dip) of V-pole

P

list(az, dip) of P-pole

T

list(az, dip) of T-pole

M

list( az1=0, d1=0, az2=0, d2=0, uaz=0, ud=0, vaz=0, vd=0, paz=0, pd =0, taz=0, td=0)

Author(s)

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

See Also

BeachFoc

Examples

s=65
d=25
r=13

  mc = CONVERTSDR(s,d,r )

RFOC

Graphics for Spherical Distributions and Earthquake Focal Mechanisms

v3.4-6
GPL (>= 2)
Authors
Jonathan M. Lees [aut, cre], Keehoon Kim [ctb]
Initial release
2018-01-17

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.