Learn R Programming

RFOC (version 2.0-02)

MRake: Rake Calculation

Description

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

Usage

MRake(M)

Arguments

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

Value

  • returns a MEC structure

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