MRake {RFOC} | R Documentation |
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) |
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
Value
returns a MEC structure
Author(s)
Jonathan M. Lees <jonathan.lees@unc.edu>
See Also
CONVERTSDR, GetRakeSense, GetRake
Examples
mc = CONVERTSDR(329, 8, 110 )
MEC = MRake(mc$M)
[Package RFOC version 3.4-10 Index]