flipnodal: Flip Nodal Fault Plane

View source: R/flipnodal.R

flipnodalR 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)


RFOC documentation built on Sept. 8, 2023, 6:12 p.m.