Learn R Programming

RFOC (version 1.0-4)

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

Value

  • LIST:
  • strikestrike
  • dipdirdip
  • rakerake
  • Flist(az, dip) of F-pole
  • Glist(az, dip) of G-pole
  • Ulist(az, dip) of U-pole
  • Vlist(az, dip) of V-pole
  • Plist(az, dip) of P-pole
  • Tlist(az, dip) of T-pole
  • Mlist( az1=0, d1=0, az2=0, d2=0, uaz=0, ud=0, vaz=0, vd=0, paz=0, pd =0, taz=0, td=0)

Details

input is strike dip and rake in degrees

See Also

BeachFoc

Examples

Run this code
s=65
d=25
r=13

  mc = CONVERTSDR(s,d,r )

Run the code above in your browser using DataLab