Learn R Programming

RFOC (version 3.4-10)

flipnodal: Flip Nodal Fault Plane

Description

Switch a focal mechanism so the auxilliary plane is the nodal plane.

Usage

flipnodal(s1, d1, r1)

Value

List:

s1

Strike

d1

Dip

r1

Rake

Arguments

s1

Strike

d1

Dip

r1

Rake

Author

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

Details

Fuunction is used for orienting a set of fault planes to line up according to a geologic interpretation.

Examples

Run this code


s=65
d=25
r=13

  mc = CONVERTSDR(s,d,r )

  mc2 = flipnodal(s, d, r)

Run the code above in your browser using DataLab