flipnodal {RFOC} | R Documentation |
Flip Nodal Fault Plane
Description
Switch a focal mechanism so the auxilliary plane is the nodal plane.
Usage
flipnodal(s1, d1, r1)
Arguments
s1 |
Strike |
d1 |
Dip |
r1 |
Rake |
Details
Fuunction is used for orienting a set of fault planes to line up according to a geologic interpretation.
Value
List:
s1 |
Strike |
d1 |
Dip |
r1 |
Rake |
Author(s)
Jonathan M. Lees<jonathan.lees@unc.edu>
Examples
s=65
d=25
r=13
mc = CONVERTSDR(s,d,r )
mc2 = flipnodal(s, d, r)
[Package RFOC version 3.4-10 Index]