Learn R Programming

RFOC (version 3.4-10)

MRake: Rake Calculation

Description

Calculate various parameters associated with the Rake or Slip of an earthquake

Usage

MRake(M)

Value

returns a MEC structure

Arguments

M

list(uaz, ud, vaz, vd, paz, pd, taz, td)

Author

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

Details

This routine takes the four poles U, V, P, T, and returns a MEC structure. (uaz, ud ) = U pole azimuth and dip ( vaz, vd)= V pole azimuth and dip (paz, pd)= P pole azimuth and dip (taz, td)= T pole azimuth and dip

See Also

CONVERTSDR, GetRakeSense, GetRake

Examples

Run this code
 mc = CONVERTSDR(329, 8, 110 )
    MEC = MRake(mc$M)

Run the code above in your browser using DataLab