Learn R Programming

RFOC (version 1.0-4)

GetRake: Calculate Rake angles

Description

Calculates rake angles for fault and auxilliary planes

Usage

GetRake(az1, dip1, az2, dip2, dir)

Arguments

az1
azimuth in degrees of fault plane 1
dip1
dip in degrees of fault plane 1
az2
azimuth in degrees of auxilliary plane 2
dip2
dip in degrees of auxilliary plane 2
dir
polarity

Value

  • list of angles for fault plane and auxiallary plane
  • az1,dip1, rake1, dipaz1strike, dip rake and downdip direction for plane 1
  • az2,dip2,rake2, dipaz2strike, dip rake and downdip direction for plane 2

Details

uses output of CONVERTSDR or MEC structure

See Also

GetRakeSense, CONVERTSDR, Beachfoc, justfocXY

Examples

Run this code
GetRake(345.000000, 25.000000, 122.000000, 71.000000, 1)

Run the code above in your browser using DataLab