CONVERTSDR {RFOC} | R Documentation |
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 )
[Package RFOC version 3.4-10 Index]